diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-07-02 16:20:41 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-07-03 23:56:45 +0300 |
commit | 38b11511848ef13b6e37b1618de8b0c9fb4eb982 (patch) | |
tree | 20bddc2a1a5aac62d028bfdb74111d29d571e18d | |
parent | ebd4ec8d0d796a1e729c15de6e558e09358d2762 (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.qml | 2 |
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" |