diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 22:26:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 22:26:47 -0800 |
commit | a91d4164b4e64fcf02dc32c1e3379b3cc15af307 (patch) | |
tree | 1958354a02b69c2701908b26a751a5c65ddbbe78 /qt-mobile/qml/ThemeTest.qml | |
parent | 692719f230842b247dad9704e1d2e77d2f724305 (diff) | |
download | subsurface-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/ThemeTest.qml')
-rw-r--r-- | qt-mobile/qml/ThemeTest.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/ThemeTest.qml b/qt-mobile/qml/ThemeTest.qml index 478116681..ed6631e46 100644 --- a/qt-mobile/qml/ThemeTest.qml +++ b/qt-mobile/qml/ThemeTest.qml @@ -5,6 +5,7 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents MobileComponents.Page { +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close Theme info" @@ -15,7 +16,7 @@ MobileComponents.Page { } } ] - + */ GridLayout { id: themetest columns: 2 |