aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/About.qml2
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
}
}
+}