From 04e7898e97d959c86c19660ef9b7186474cc8bc6 Mon Sep 17 00:00:00 2001
From: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Date: Fri, 22 Feb 2013 09:50:37 +0100
Subject: [PATCH] Remove incorrect margin on text area in gallery

Change-Id: Iff56fe997565bd308290bd9be0f47bfd742a0c96
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
---
 examples/gallery/content/Controls.qml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/examples/gallery/content/Controls.qml b/examples/gallery/content/Controls.qml
index 0f1bf9d1e..c3a37d171 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 }
             }
         }
     }
-- 
GitLab