diff options
| author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-10-25 13:20:38 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-31 13:23:58 +0100 |
| commit | fd8d7261cc25a7a2efcf42c59f9f11d0280e4383 (patch) | |
| tree | 3017fb73886fa5c6966e65b7d8d484a2cd54732f /examples/quick/controls | |
| parent | 6c5bcbf23928094338da90be2cd4a2787104cf03 (diff) | |
More styling improvements for Base Style
- Better scalability
- Retina support
- Added glow filter to Private
- Added focus rects
Change-Id: I2ec36a9db546c21e20408429c5e17fde8d67b7c3
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'examples/quick/controls')
| -rw-r--r-- | examples/quick/controls/gallery/content/Controls.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/quick/controls/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml index f5bc1c3e8..6817d9b72 100644 --- a/examples/quick/controls/gallery/content/Controls.qml +++ b/examples/quick/controls/gallery/content/Controls.qml @@ -61,12 +61,10 @@ Item { spacing: 16 ColumnLayout { id: firstColumn - spacing: 7 Layout.minimumWidth: implicitWidth Layout.fillWidth: false RowLayout { id: buttonrow - spacing:8 Button { id: button1 text: "Button 1" @@ -109,7 +107,6 @@ Item { } } RowLayout { - spacing: 8 SpinBox { id: t1 Layout.fillWidth: true @@ -157,7 +154,6 @@ Item { } ColumnLayout { id: rightcol - spacing: 12 Layout.fillWidth: true anchors { top: parent.top |
