X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FMediaArea.qml;fp=homescreen%2Fqml%2FMediaArea.qml;h=3b6d18a8e23a8794a79cb6a3e430690e7903a8c3;hb=f3de2f5cad06a772ee55f58694d559a7cb012c02;hp=04475891e3621b4becac632c5617c3787769291f;hpb=fb66fba2bfdd2f14adf9218e8a6d537c9121ed3c;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml index 0447589..3b6d18a 100644 --- a/homescreen/qml/MediaArea.qml +++ b/homescreen/qml/MediaArea.qml @@ -20,8 +20,8 @@ import QtQuick.Controls 2.0 StackView { id: root - width: 1080 - height: 215 + width: parent.width + height: parent.height initialItem: blank