aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/rhitextureitem/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/rhitextureitem/main.qml')
-rw-r--r--examples/quick/scenegraph/rhitextureitem/main.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/rhitextureitem/main.qml b/examples/quick/scenegraph/rhitextureitem/main.qml
index 2c7a4fbe0d..dd664eaa57 100644
--- a/examples/quick/scenegraph/rhitextureitem/main.qml
+++ b/examples/quick/scenegraph/rhitextureitem/main.qml
@@ -172,6 +172,7 @@ Item {
from: 8
to: 2048
value: 128
+ Layout.fillWidth: false
}
}
@@ -197,6 +198,7 @@ Item {
from: 0
to: 1.0
value: 1.0
+ Layout.fillWidth: false
}
}
@@ -234,18 +236,22 @@ Item {
id: rdFormatRGBA8
text: qsTr("8-bit RGBA")
checked: true
+ Layout.fillWidth: false
}
RadioButton {
id: rdFormatFP16
text: qsTr("Half-float RGBA")
+ Layout.fillWidth: false
}
RadioButton {
id: rdFormatFP32
text: qsTr("Float RGBA")
+ Layout.fillWidth: false
}
RadioButton {
id: rdFormatRGB10A2
text: qsTr("10-bit RGB, 2-bit A")
+ Layout.fillWidth: false
}
}
}