X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FMediaAreaBlank.qml;h=c3a5f89f83d1fdf43705b05c0f8ce3a22a7442f0;hb=0d1f9cfc3afc44f28c5e2d1f3ea06b02feb5f819;hp=51fa6574231aaa25b5fd422c23fef99204b9b490;hpb=fbdd80c3c6fd9b27ce1cbe21941baa8a643050fe;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/MediaAreaBlank.qml b/homescreen/qml/MediaAreaBlank.qml index 51fa657..c3a5f89 100644 --- a/homescreen/qml/MediaAreaBlank.qml +++ b/homescreen/qml/MediaAreaBlank.qml @@ -24,7 +24,7 @@ import MasterVolume 1.0 Image { width: 1080 height: 215 - source: './images/Utility_Logo_Background-01.png' + source: './images/Utility_Logo_Background-01.svg' property bool displayVolume: false; MouseArea { @@ -42,7 +42,7 @@ Image { Image { id: logo_image anchors.centerIn: parent - source: './images/Utility_Logo_Colour-01.png' + source: './images/Utility_Logo_Grey-01.svg' } Timer { @@ -84,7 +84,7 @@ Image { font.pixelSize: 36 anchors.horizontalCenter: parent.horizontalCenter color: "white" - text: "Master Volume" + text: qsTr("Master Volume") } RowLayout { @@ -110,20 +110,6 @@ Image { if (pressed) {volume_timer.stop()} else {volume_timer.restart()} } - background: Rectangle { - id: slider_bg - height: 16 - color: "#59FF7F" - } - handle: Rectangle { - anchors.verticalCenter: slider_bg.verticalCenter - width: 48 - height: 48 - radius: 24 - x: slider.leftPadding + slider.visualPosition * (slider.availableWidth - width) - y: slider.topPadding + slider.availableHeight / 2 - height / 2 - color: "white" - } } Label { font.pixelSize: 36