aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-25 11:49:24 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-25 12:13:19 +0000
commit76b2908700d84e31d94cee7099d22af453a4f00d (patch)
tree52074124a1deed71619a7630b92cbeb1809f4a4b /examples
parent4f1fb09ed70c69e73f2e19f28f4299f4cfbc90dc (diff)
Add Popup::transformOrigin
Change-Id: I4a52468234f0479c1b8feb102e07686e3235ba3f Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/gallery.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controls/gallery/gallery.qml b/examples/controls/gallery/gallery.qml
index d40e7f9b..7ccadd06 100644
--- a/examples/controls/gallery/gallery.qml
+++ b/examples/controls/gallery/gallery.qml
@@ -90,6 +90,7 @@ ApplicationWindow {
Menu {
id: optionsMenu
x: parent.width - width
+ transformOrigin: Menu.TopRight
MenuItem {
text: "Settings"