mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: close About page on back key
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f0a24240f1
commit
839cda7e4c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue