aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-29 01:21:44 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:05:31 +0300
commit259c66b9ebde64e857f36d8d1d7050bec2e8f41d (patch)
tree5f4a7b28528785e077046487efcb8315093aae2c /launcher/qml
parentaae3ab7da4a7f580f5840509646d5ce3f6f56a6a (diff)
agl-compositor: New adaptation to using the agl-shell-desktop proto
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I3fc7375a7a8716cc1352658cfc194645bf7f638c
Diffstat (limited to 'launcher/qml')
-rw-r--r--launcher/qml/Launcher.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml
index 2247f51..f7f1c1b 100644
--- a/launcher/qml/Launcher.qml
+++ b/launcher/qml/Launcher.qml
@@ -18,6 +18,7 @@
import QtQuick 2.6
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.0
+import QtQuick.Window 2.13
import AppModel 1.0
ApplicationWindow {
@@ -29,9 +30,10 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: 1080
- height: 1488
- scale: screenInfo.scale_factor()
+ width: Screen.width
+ height: Screen.height
+ //scale: screenInfo.scale_factor()
+ scale: 1
Image {
anchors.centerIn: parent