aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-07-02 16:20:41 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-07-03 23:56:45 +0300
commit38b11511848ef13b6e37b1618de8b0c9fb4eb982 (patch)
tree20bddc2a1a5aac62d028bfdb74111d29d571e18d
parentebd4ec8d0d796a1e729c15de6e558e09358d2762 (diff)
toppanel: Use the older width size
Bug-AGL: SPEC-3348 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ib7b1c9d1da2397a251391883b8c34b4e417ecb04
-rw-r--r--homescreen/qml/toppanel.qml2
1 files changed, 1 insertions, 1 deletions
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"