diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-29 16:56:04 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:53:56 +0300 |
commit | 7ccf50b894e1abb130d182fa0273788ec4f85eb9 (patch) | |
tree | a933553134cec23d2a93a293fd36e1b88cabdcc6 /app | |
parent | 4605f4c6d9d2e06ceea1bd1515bd67e8f75887c8 (diff) |
app/Phone.qml: Use windows width and heightjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.1
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id4dfa38eff220a94a2ae8f6c49e82a5e2787cdc2
Diffstat (limited to 'app')
-rw-r--r-- | app/Phone.qml | 4 |
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 |