X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fqml%2FLauncher.qml;h=befce07ea047aa3f8d6d25ec08b1c762c7a2b487;hb=20cd96660d4bfb44e0be5695f71a92d5fb53a143;hp=347cdfb7a62a72f947ba5b1472c2722bfb178c94;hpb=357e64291ddb7a7dcb644f307a86fa544807ca14;p=apps%2Flauncher.git 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