X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fqml%2FLauncher.qml;fp=launcher%2Fqml%2FLauncher.qml;h=f6f27028a5087e2ebbfc3755a18497b583678bef;hb=adfc55e6dd4b10b83aa35bab40698cbf7b496ec7;hp=26e42fc91d8c3b77310dafc8c00dad632a6c8c88;hpb=5fbb59e80e4f870a1badd694d2efcd8cd941cdfb;p=apps%2Flauncher.git diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index 26e42fc..f6f2702 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.qml @@ -16,14 +16,11 @@ * limitations under the License. */ import QtQuick 2.6 -import QtQuick.Window 2.1 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 import AppModel 1.0 -Window { - visible: true - flags: Qt.FramelessWindowHint +ApplicationWindow { width: container.width * container.scale height: container.height * container.scale @@ -33,7 +30,7 @@ Window { id: container anchors.centerIn: parent width: 1080 - height: 1487 + height: 1488 scale: screenInfo.scale_factor() Image {