change size to 1920x1080
[apps/homescreen.git] / homescreen / qml / TopArea.qml
index 922742d..978018c 100644 (file)
 
 import QtQuick 2.2
 import QtQuick.Layouts 1.1
+import QtQuick.Controls 2.0
 
-Image {
-    width: 1920
-    height: 218
-    source: './images/TopSection_NoText_NoIcons-01.png'
-    fillMode: Image.PreserveAspectCrop
+Item {
+    width: 700
+    height: 80
 
     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
+            Layout.preferredWidth: 700
         }
     }
 }