toppanel: Use the older width size
[apps/homescreen.git] / homescreen / qml / toppanel.qml
index 4098c73..b62a0d1 100644 (file)
@@ -4,7 +4,7 @@ import QtQuick.Window 2.13
 Window {
     id: toppanel
     width: Screen.width
-    height: Screen.height * (240.0 / 1920.0)
+    height: Screen.height * (218.0 / 1920.0)
     flags: Qt.FramelessWindowHint
     visible: true
     //color: "#aaaa0000"