X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenNG%2Fqml%2FTopArea.qml;fp=HomeScreenNG%2Fqml%2FTopArea.qml;h=0000000000000000000000000000000000000000;hb=4088de47844451c7b331a612d41a0ec5fc7db53a;hp=8de8a8d3c3ecfdd7a4ff8cc7d32cee70312d2e0d;hpb=3b66010c1f381f397e827209727742daf642e7fd;p=staging%2FHomeScreen.git diff --git a/HomeScreenNG/qml/TopArea.qml b/HomeScreenNG/qml/TopArea.qml deleted file mode 100644 index 8de8a8d..0000000 --- a/HomeScreenNG/qml/TopArea.qml +++ /dev/null @@ -1,26 +0,0 @@ -import QtQuick 2.7 -import QtQuick.Layouts 1.1 - -Image { - width: 1920 - height: 218 - source: './images/TopSection_NoText_NoIcons-01.png' - fillMode: Image.PreserveAspectCrop - - RowLayout { - anchors.fill: parent - spacing: 0 - ShortcutArea { - id: shortcutArea - Layout.fillWidth: true - Layout.fillHeight: true - Layout.preferredWidth: 785 - } - StatusArea { - id: statusArea - Layout.fillWidth: true - Layout.fillHeight: true - Layout.preferredWidth: 295 - } - } -}