From 1fbe53d72562a920c24c8ec1da82dba9aa6f4fa4 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 14 Aug 2018 17:55:25 +0200 Subject: Yet another imgui scissor fix Change-Id: I8834a4ff0564f42331c4ccc2ca89629cc1c13fd4 Reviewed-by: Christian Stromme --- examples/3dstudioruntime2/layersinquick/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 } } -- cgit v1.2.3