diff options
Diffstat (limited to 'qt-mobile/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | qt-mobile/qml/DownloadFromDiveComputer.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/DownloadFromDiveComputer.qml b/qt-mobile/qml/DownloadFromDiveComputer.qml index 529af82eb..2acc508c4 100644 --- a/qt-mobile/qml/DownloadFromDiveComputer.qml +++ b/qt-mobile/qml/DownloadFromDiveComputer.qml @@ -14,6 +14,7 @@ MobileComponents.Page { height: parent.height Layout.fillWidth: true; +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close Preferences" @@ -24,7 +25,7 @@ MobileComponents.Page { } } ] - + */ ColumnLayout { anchors.top: parent.top height: parent.height |