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-12 15:22:53 +0300
commit23962251f90b3a796009dc4a76e880429d501d55 (patch)
treecbd32c45cf18baae1bd6e64c9a41cd90912b824d
parent3c6dc7e27b2e5642af9c9451bb33d69f108f85bb (diff)
Dashboard.qml: Use window instead screen widthd and heightsandbox/mvlad/agl-compositor
Bug-AGL: SPEC-3379 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
-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