summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/Log.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/Log.qml')
-rw-r--r--qt-mobile/qml/Log.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml
index ac4750ac2..8571a52fe 100644
--- a/qt-mobile/qml/Log.qml
+++ b/qt-mobile/qml/Log.qml
@@ -14,6 +14,7 @@ MobileComponents.Page {
anchors.margins: MobileComponents.Units.gridUnit / 2
objectName: "Log"
+/* this can be done by hitting the back key
contextualActions: [
Action {
text: "Close Log"
@@ -24,7 +25,7 @@ MobileComponents.Page {
}
}
]
-
+ */
ScrollView {
anchors.fill: parent
Flickable {