aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/flatstyle/MainForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/flatstyle/MainForm.ui.qml')
-rw-r--r--examples/quickcontrols/flatstyle/MainForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols/flatstyle/MainForm.ui.qml b/examples/quickcontrols/flatstyle/MainForm.ui.qml
index 389ee893c3..ff05a2dcef 100644
--- a/examples/quickcontrols/flatstyle/MainForm.ui.qml
+++ b/examples/quickcontrols/flatstyle/MainForm.ui.qml
@@ -94,6 +94,7 @@ Item {
id: button
text: qsTr("Change Color")
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
+ Layout.fillWidth: false
}
}
}