summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gallery/content/Controls.qml5
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 }
}
}
}