diff options
-rw-r--r-- | launcher/qml/Launcher.qml | 7 | ||||
-rw-r--r-- | launcher/qml/images/AGL_HMI_Blue_Background_Car-01.png | bin | 824254 -> 785945 bytes |
2 files changed, 2 insertions, 5 deletions
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 { diff --git a/launcher/qml/images/AGL_HMI_Blue_Background_Car-01.png b/launcher/qml/images/AGL_HMI_Blue_Background_Car-01.png Binary files differindex 5ea3a53..8c01263 100644 --- a/launcher/qml/images/AGL_HMI_Blue_Background_Car-01.png +++ b/launcher/qml/images/AGL_HMI_Blue_Background_Car-01.png |