From bdcd052f995d46abeeeda3171759aabad7dd8a75 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 22 Jul 2020 22:13:29 -0400 Subject: Fix panel backgrounds and sizes The split into 3 windows done for the switch to the new compositor dropped the full screen image background that had previously been used, but did not set any replacement for the new top and bottom panel windows. This, combined with some rows of transparent pixels at the bottom and top of the respective panel background images, resulted in the default white background being visible in those areas. To fix this, the background of the panel windows has been set to the color used in the previous background image for those areas (#33363a). Additionally: - the top and bottom panel sizes have been rationalized to 216 pixels high each, since there is no longer any reason to have them be different sizes. - the now unused main.qml has been removed to avoid confusion. Bug-AGL: SPEC-3420 Signed-off-by: Scott Murray Change-Id: Ib656ff256f05362def378047171d1fe940355790 --- homescreen/qml/StatusArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/StatusArea.qml') diff --git a/homescreen/qml/StatusArea.qml b/homescreen/qml/StatusArea.qml index 507b6db..4a8fbc0 100644 --- a/homescreen/qml/StatusArea.qml +++ b/homescreen/qml/StatusArea.qml @@ -23,7 +23,7 @@ import HomeScreen 1.0 Item { id: root //width: 295 - //height: 218 + //height: 216 property date now: new Date Timer { -- cgit 1.2.3-korg