X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=homescreen%2Fqml%2Fbottompanel.qml;h=6655ba8f04c9239e86235ce06dcab93c6a919ce5;hb=a920d9537132f3778c137edee8d6741102919787;hp=1e0b10520134c81e440f3fcd1f039730d528c951;hpb=eb227c1da7bdd2d81c5a95881d7eef18369ca96a;p=apps%2Fhomescreen.git 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 {