aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/About.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 22:26:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 22:26:47 -0800
commita91d4164b4e64fcf02dc32c1e3379b3cc15af307 (patch)
tree1958354a02b69c2701908b26a751a5c65ddbbe78 /qt-mobile/qml/About.qml
parent692719f230842b247dad9704e1d2e77d2f724305 (diff)
downloadsubsurface-a91d4164b4e64fcf02dc32c1e3379b3cc15af307.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/About.qml')
-rw-r--r--qt-mobile/qml/About.qml3
1 files changed, 2 insertions, 1 deletions
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