summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 16:56:04 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:53:56 +0300
commit7ccf50b894e1abb130d182fa0273788ec4f85eb9 (patch)
treea933553134cec23d2a93a293fd36e1b88cabdcc6
parent4605f4c6d9d2e06ceea1bd1515bd67e8f75887c8 (diff)
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Id4dfa38eff220a94a2ae8f6c49e82a5e2787cdc2
-rw-r--r--app/Phone.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Phone.qml b/app/Phone.qml
index 9ef99af..6b38f77 100644
--- a/app/Phone.qml
+++ b/app/Phone.qml
@@ -30,8 +30,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