X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fubi%2FSettingsPage.qml;fp=qml%2Fubi%2FSettingsPage.qml;h=2e29b097837ec5b035419224fbd2295e70fe3811;hb=5a25a20f2cc3029bcb66f5897088cd391d3c450d;hp=eae6a8e4b3662e544a0d4fcd7eabaeb08cbff1dd;hpb=dd71088cb495c09f4fa64ee1318f51315ee4e3fd;p=ubi diff --git a/qml/ubi/SettingsPage.qml b/qml/ubi/SettingsPage.qml index eae6a8e..2e29b09 100644 --- a/qml/ubi/SettingsPage.qml +++ b/qml/ubi/SettingsPage.qml @@ -22,7 +22,8 @@ Page { width: root.width height: root.height - contentHeight: content.height+Const.TOP_BAR_HEIGHT+Const.SYSTEM_BAR_HEIGHT+Const.TEXT_MARGIN + contentHeight: content.height+Const.TOP_BAR_HEIGHT + +Const.SYSTEM_BAR_HEIGHT+Const.TEXT_MARGIN y: Const.TOP_BAR_HEIGHT Column { @@ -65,8 +66,6 @@ Page { Utils.resetAuthorization(); pageStack.initialPage = "LoginPage.qml"; pageStack.clear(); - //pageStack.pop(); - //pageStack.currentPage.init(); } } }