Settings.qml: Use the windows width and height 47/24847/1 10.91.0 9.99.1 9.99.2 9.99.3 9.99.4 jellyfish/9.99.1 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.1 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4 koi/10.91.0 koi_10.91.0
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 29 May 2020 13:58:12 +0000 (16:58 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 24 Jun 2020 14:56:10 +0000 (17:56 +0300)
Bug-AGL: SPEC-3447

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I912a87ad872258c14ace7a6adce1be300944bca2

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 {