Removal of libhomescreen and appfw deps
[apps/homescreen.git] / homescreen / qml / MediaArea.qml
index 88eaf1e..0f0efb2 100644 (file)
@@ -25,13 +25,13 @@ StackView {
     initialItem: blank
 
     Component {
-        id: blank
+          id: blank
         MediaAreaBlank {
 //            MouseArea {
 //                anchors.fill: parent
 //                onClicked: root.push(mouse.x < 540 ? music : radio)
 //            }
-        }
+       }
     }
 
     Component {