From a91d4164b4e64fcf02dc32c1e3379b3cc15af307 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 12 Feb 2016 22:26:47 -0800 Subject: QML UI: remove the redundant context menus that just close the page Android users are well used to using the back key for this. I kept the code in place as things may end up completely different on IOS or other mobile platforms. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/About.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-mobile/qml/About.qml') diff --git a/qt-mobile/qml/About.qml b/qt-mobile/qml/About.qml index 87d7a0a3e..cc9362901 100644 --- a/qt-mobile/qml/About.qml +++ b/qt-mobile/qml/About.qml @@ -8,6 +8,7 @@ MobileComponents.Page { id: aboutPage property int pageWidth: subsurfaceTheme.columnWidth - MobileComponents.Units.gridUnit +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close About" @@ -18,7 +19,7 @@ MobileComponents.Page { } } ] - + */ ScrollView { anchors.fill: parent -- cgit v1.2.3-70-g09d2