From 98dfc5c770a27081a9fc1d065281aaa31b67d52a Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Tue, 9 Feb 2016 20:39:31 +0100 Subject: QML UI: Back buttons for app log and theme info The app log and theme info had context menus with a single close item. No need for that. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- qt-mobile/qml/Log.qml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'qt-mobile/qml/Log.qml') diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index bf3dcbdb0..6e6ca0418 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -37,16 +37,4 @@ MobileComponents.Page { } } } - contextualActions: [ - Action { - id: closeLog - text: "Close log" - iconName: "view-readermode" - onTriggered: { - stackView.pop() - contextDrawer.close() - } - } - ] - } -- cgit v1.2.3-70-g09d2