aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/StatusArea.qml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-07-22 22:13:29 -0400
committerScott Murray <scott.murray@konsulko.com>2020-07-22 22:39:20 -0400
commitbdcd052f995d46abeeeda3171759aabad7dd8a75 (patch)
treedc562d542ecb419c4998b05a16e1a70339db3010 /homescreen/qml/StatusArea.qml
parent38b11511848ef13b6e37b1618de8b0c9fb4eb982 (diff)
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 <scott.murray@konsulko.com> Change-Id: Ib656ff256f05362def378047171d1fe940355790
Diffstat (limited to 'homescreen/qml/StatusArea.qml')
-rw-r--r--homescreen/qml/StatusArea.qml2
1 files changed, 1 insertions, 1 deletions
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 {