diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-29 16:51:07 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:49:02 +0300 |
commit | 227885a25ffa700af7e5d02b8120eb3873240936 (patch) | |
tree | ba3c5e9a33fef99ddde84f5190a2ea265e939e05 /app | |
parent | a1e14b1e532d76bf6ef4da7680b4f2807442cf96 (diff) |
Dashboard.qml: Use window instead screen widthd and heightjellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.39.99.29.99.1
Bug-AGL: SPEC-3379, SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic086efa53d8ceea4b750540ae85f74ec57f16b3d
Diffstat (limited to 'app')
-rw-r--r-- | app/Dashboard.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml index a21bf6c..ad6aec4 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -56,8 +56,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 |