From: Marius Vlad Date: Thu, 2 Jul 2020 13:20:41 +0000 (+0300) Subject: toppanel: Use the older width size X-Git-Tag: 9.99.2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=38b11511848ef13b6e37b1618de8b0c9fb4eb982;p=apps%2Fhomescreen.git toppanel: Use the older width size Bug-AGL: SPEC-3348 Signed-off-by: Marius Vlad Change-Id: Ib7b1c9d1da2397a251391883b8c34b4e417ecb04 --- 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"