Settings.qml: Use the windows width and height sandbox/mvlad/agl-compositor
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 29 May 2020 13:58:12 +0000 (16:58 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Fri, 12 Jun 2020 12:46:23 +0000 (15:46 +0300)
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
app/Settings.qml

index 0bf6c3f..f257d8a 100644 (file)
@@ -39,8 +39,8 @@ ApplicationWindow {
     Item {
         id: container
         anchors.centerIn: parent
-        width: Screen.width
-        height: Screen.height
+        width: Window.width
+        height: Window.height
         scale: 1
 
     StackView {