diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-11 05:32:37 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-11 10:04:44 -0800 |
commit | 839cda7e4c88ab6e95f3a691b652684c720189df (patch) | |
tree | 23aad85a54206ac7b5ac6c8945bb1bbd8e5a0996 /qt-mobile/qml/About.qml | |
parent | f0a24240f1661f6b414c45b519adf9b8e276247a (diff) | |
download | subsurface-839cda7e4c88ab6e95f3a691b652684c720189df.tar.gz |
QML UI: close About page on back key
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/About.qml')
-rw-r--r-- | qt-mobile/qml/About.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } } +} |