Removed the Toolbar from the PageStack component
[quandoparte] / application / resources / harmattan / qml / main.qml
index 78ae5fc..ea66b0a 100644 (file)
@@ -7,8 +7,4 @@ PageStackWindow {
     showStatusBar: screen.currentOrientation === Screen.Landscape ? false : true
     initialPage: StationListPage {
     }
-    /*
-    ToolBar {
-        anchors.bottom: parent.bottom
-    }*/
 }