From: Luciano Montanaro Date: Sun, 11 Dec 2011 20:58:09 +0000 (+0100) Subject: Removed the Toolbar from the PageStack component X-Git-Tag: tags/0.4.81~20 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=23d5ca4a40e4250b6b588c0f593768f375a24701;p=quandoparte Removed the Toolbar from the PageStack component --- diff --git a/application/resources/harmattan/qml/main.qml b/application/resources/harmattan/qml/main.qml index 78ae5fc..ea66b0a 100644 --- a/application/resources/harmattan/qml/main.qml +++ b/application/resources/harmattan/qml/main.qml @@ -7,8 +7,4 @@ PageStackWindow { showStatusBar: screen.currentOrientation === Screen.Landscape ? false : true initialPage: StationListPage { } - /* - ToolBar { - anchors.bottom: parent.bottom - }*/ }