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>
This commit is contained in:
Dirk Hohndel 2016-02-12 22:26:47 -08:00
parent 692719f230
commit a91d4164b4
7 changed files with 14 additions and 7 deletions

View file

@ -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