Fix panel backgrounds and sizes 48/25048/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 23 Jul 2020 02:13:29 +0000 (22:13 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 23 Jul 2020 02:39:20 +0000 (22:39 -0400)
commitbdcd052f995d46abeeeda3171759aabad7dd8a75
treedc562d542ecb419c4998b05a16e1a70339db3010
parent38b11511848ef13b6e37b1618de8b0c9fb4eb982
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
homescreen/qml/MediaAreaMusic.qml
homescreen/qml/MediaAreaRadio.qml
homescreen/qml/StatusArea.qml
homescreen/qml/bottompanel.qml
homescreen/qml/main.qml [deleted file]
homescreen/qml/qml.qrc
homescreen/qml/toppanel.qml