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-05-15 19:55:29 +0300
commit83496d2f6968f7d12a183581d320065bdba52132 (patch)
tree7bdff11d0498216ffb5567fbb54b34200acc7196 /launcher/qml
parent64827f59682374ffc9174b38677f94e1535579d4 (diff)
agl-compositor: New adaptation to using the agl-shell-desktop proto
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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