X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FMediaArea.qml;h=88eaf1e2c80297b274b1124e3c70f75fb002e9fd;hb=8db829a4a790e30b5dfd27b531aa8018918fde10;hp=d7159d217a3d2e2bb6444e9d0ded5f8347147bba;hpb=0592a405aa68f3baf6773795efa5522e4ee16779;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml index d7159d2..88eaf1e 100644 --- a/homescreen/qml/MediaArea.qml +++ b/homescreen/qml/MediaArea.qml @@ -16,12 +16,11 @@ */ import QtQuick 2.2 -import QtQuick.Controls 1.0 +import QtQuick.Controls 2.0 StackView { id: root - width: 1080 - height: 215 + anchors.fill: parent initialItem: blank