summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 16:51:07 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:49:02 +0300
commit227885a25ffa700af7e5d02b8120eb3873240936 (patch)
treeba3c5e9a33fef99ddde84f5190a2ea265e939e05
parenta1e14b1e532d76bf6ef4da7680b4f2807442cf96 (diff)
Bug-AGL: SPEC-3379, SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic086efa53d8ceea4b750540ae85f74ec57f16b3d
-rw-r--r--app/Dashboard.qml4
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