aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 16:57:07 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:58:44 +0300
commit001f68291a60ced1508c7e4243f676bc17800520 (patch)
treeeb8fafe668d4ce8cf66b903c7eea23dc3c5f53e6
parent69e06e2773bc61f116dc7c1de68f8efee4c2f333 (diff)
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Id1a5e7482f74f610ea13eaef68ecca7ed73513b7
-rw-r--r--app/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/main.qml b/app/main.qml
index e4a6b60..6f00c1d 100644
--- a/app/main.qml
+++ b/app/main.qml
@@ -65,8 +65,8 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: Screen.width
- height: Screen.height
+ width: Window.width
+ height: Window.height
//scale: screenInfo.scale_factor()
scale: 1