aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml/Launcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/qml/Launcher.qml')
-rw-r--r--launcher/qml/Launcher.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml
index 347cdfb..befce07 100644
--- a/launcher/qml/Launcher.qml
+++ b/launcher/qml/Launcher.qml
@@ -22,18 +22,18 @@ import QtQuick.Window 2.13
import AppModel 1.0
ApplicationWindow {
- width: container.width * container.scale
- height: container.height * container.scale
- property int pid: -1
+ id: root
+ //width: container.width
+ //height: container.height
+ flags: Qt.FramelessWindowHint
+ visible: true
Item {
id: container
anchors.centerIn: parent
width: Window.width
height: Window.height
- //scale: screenInfo.scale_factor()
- scale: 1
Image {
anchors.centerIn: parent