X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FMediaArea.qml;h=0f0efb223ad94c98d05446cc5f0d4e556eff413b;hb=09b5eb1b42910e84612a37a0fb44629c73eee3e7;hp=3b6d18a8e23a8794a79cb6a3e430690e7903a8c3;hpb=0349f05f5885987952a2d8de03983b36722b264e;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml index 3b6d18a..0f0efb2 100644 --- a/homescreen/qml/MediaArea.qml +++ b/homescreen/qml/MediaArea.qml @@ -20,19 +20,18 @@ import QtQuick.Controls 2.0 StackView { id: root - width: parent.width - height: parent.height + anchors.fill: parent initialItem: blank Component { - id: blank + id: blank MediaAreaBlank { // MouseArea { // anchors.fill: parent // onClicked: root.push(mouse.x < 540 ? music : radio) // } - } + } } Component {