summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-08-14 17:55:25 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-08-15 11:51:46 +0000
commit1fbe53d72562a920c24c8ec1da82dba9aa6f4fa4 (patch)
tree50a5388bb7f2e12ab2dd397869275e8c1de66e03 /examples
parentcf07fccb043b17d5354b2367290d4c1d8aba62ee (diff)
Yet another imgui scissor fix
Change-Id: I8834a4ff0564f42331c4ccc2ca89629cc1c13fd4 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'examples')
-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
}
}