From 38b11511848ef13b6e37b1618de8b0c9fb4eb982 Mon Sep 17 00:00:00 2001
From: Marius Vlad <marius.vlad@collabora.com>
Date: Thu, 2 Jul 2020 16:20:41 +0300
Subject: toppanel: Use the older width size

Bug-AGL: SPEC-3348

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ib7b1c9d1da2397a251391883b8c34b4e417ecb04
---
 homescreen/qml/toppanel.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homescreen/qml/toppanel.qml b/homescreen/qml/toppanel.qml
index 4098c73..b62a0d1 100644
--- a/homescreen/qml/toppanel.qml
+++ b/homescreen/qml/toppanel.qml
@@ -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"
-- 
cgit