From 839cda7e4c88ab6e95f3a691b652684c720189df Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 11 Feb 2016 05:32:37 -0800 Subject: QML UI: close About page on back key Signed-off-by: Dirk Hohndel --- qt-mobile/qml/About.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/About.qml b/qt-mobile/qml/About.qml index f8e57a7f5..22f62449d 100644 --- a/qt-mobile/qml/About.qml +++ b/qt-mobile/qml/About.qml @@ -4,6 +4,7 @@ import QtQuick.Layouts 1.1 import org.kde.plasma.mobilecomponents 0.2 as MobileComponents import org.subsurfacedivelog.mobile 1.0 +MobileComponents.Page { GridLayout { columns: 2 @@ -48,3 +49,4 @@ GridLayout { Layout.fillHeight: true } } +} -- cgit v1.2.3-70-g09d2