summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/layersinquick/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/3dstudioruntime2/layersinquick/main.qml')
-rw-r--r--examples/3dstudioruntime2/layersinquick/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/3dstudioruntime2/layersinquick/main.qml b/examples/3dstudioruntime2/layersinquick/main.qml
index c37de69..abd1422 100644
--- a/examples/3dstudioruntime2/layersinquick/main.qml
+++ b/examples/3dstudioruntime2/layersinquick/main.qml
@@ -207,6 +207,6 @@ Rectangle {
visible: false
focus: true
anchors.fill: parent
- anchors.margins: 40
+ anchors.topMargin: 40 // make sure we do not cover the top area with the buttons
}
}