aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/dialogs/systemdialogs/ColorDialogs.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-07-23 11:19:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-29 11:06:06 +0200
commit09ed33677124a81117a10f1f5a47d7fae1ef22a8 (patch)
treeb6ad054f5800fa407a9a25a20e1b9383a5d4ff14 /examples/quick/dialogs/systemdialogs/ColorDialogs.qml
parentd5b4e460bde0c152da5b872ac8ed6f675bf227a9 (diff)
Make buttons and tabs larger in QML examples and dialogs
Task-number: QTBUG-32578 Change-Id: Ic89058abc55e5e079f44862986b2132114456147 Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to 'examples/quick/dialogs/systemdialogs/ColorDialogs.qml')
-rw-r--r--examples/quick/dialogs/systemdialogs/ColorDialogs.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/dialogs/systemdialogs/ColorDialogs.qml b/examples/quick/dialogs/systemdialogs/ColorDialogs.qml
index cd74dd6766..0cb42a01aa 100644
--- a/examples/quick/dialogs/systemdialogs/ColorDialogs.qml
+++ b/examples/quick/dialogs/systemdialogs/ColorDialogs.qml
@@ -115,15 +115,16 @@ Rectangle {
right: parent.right
bottom: parent.bottom
}
- height: 50
+ height: buttonRow.height * 1.2
color: Qt.darker(palette.window, 1.1)
border.color: Qt.darker(palette.window, 1.3)
Row {
+ id: buttonRow
spacing: 6
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: 12
- height: parent.height - 6
+ height: implicitHeight
width: parent.width
Button {
text: "Open"