toppanel: Use the older width size 31/24931/1
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 2 Jul 2020 13:20:41 +0000 (16:20 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Fri, 3 Jul 2020 20:56:45 +0000 (23:56 +0300)
Bug-AGL: SPEC-3348

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ib7b1c9d1da2397a251391883b8c34b4e417ecb04

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"