Removed the Toolbar from the PageStack component
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 11 Dec 2011 20:58:09 +0000 (21:58 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Tue, 27 Dec 2011 22:19:14 +0000 (23:19 +0100)
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
-    }*/
 }