diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-02-22 09:50:37 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-22 09:51:06 +0100 |
commit | 04e7898e97d959c86c19660ef9b7186474cc8bc6 (patch) | |
tree | db034be944f4530205b18353f662f0f68f141ce7 /examples | |
parent | 83edbb617602a34c1e802118351b059f5bdd95af (diff) | |
download | qtquickcontrols-04e7898e97d959c86c19660ef9b7186474cc8bc6.tar.gz |
Remove incorrect margin on text area in gallery
Change-Id: Iff56fe997565bd308290bd9be0f47bfd742a0c96
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gallery/content/Controls.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/gallery/content/Controls.qml b/examples/gallery/content/Controls.qml index 0f1bf9d1..c3a37d17 100644 --- a/examples/gallery/content/Controls.qml +++ b/examples/gallery/content/Controls.qml @@ -181,10 +181,7 @@ Item { KeyNavigation.tab: button1 width: contentRow.width - firstColumn.width - contentRow.spacing height: parent.height - group1.height - group2.height - 2 * parent.spacing - anchors { - right: parent.right - rightMargin: 12 - } + anchors { right: parent.right } } } } |