Removal of libhomescreen and appfw deps
[apps/homescreen.git] / homescreen / qml / MediaArea.qml
index 3b6d18a..0f0efb2 100644 (file)
@@ -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 {