aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/bottompanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/bottompanel.qml')
-rw-r--r--homescreen/qml/bottompanel.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/homescreen/qml/bottompanel.qml b/homescreen/qml/bottompanel.qml
index 1e0b105..6655ba8 100644
--- a/homescreen/qml/bottompanel.qml
+++ b/homescreen/qml/bottompanel.qml
@@ -4,10 +4,11 @@ import QtQuick.Window 2.13
Window {
id: bottompanel
width: Screen.width
- height: Screen.height * (215.0 / 1920.0)
+ height: 216
flags: Qt.FramelessWindowHint
visible: true
- //color: "#aaaa0000"
+ color: "#33363a"
+
MediaArea {
}
@@ -24,7 +25,7 @@ Window {
Item {
id: bottomInformation
width: parent.width
- height: 215
+ height: 216
anchors.bottom: parent.bottom
visible: false
Text {