QML UI: close About page on back key

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-11 05:32:37 -08:00
parent f0a24240f1
commit 839cda7e4c

View file

@ -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
}
}
}