aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index f28a5795f..c3117b9d5 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -9,7 +9,7 @@ import org.subsurfacedivelog.mobile 1.0
import "qrc:/qml/theme" as Theme
-ApplicationWindow {
+Window {
title: qsTr("Subsurface mobile")
property bool fullscreen: true
property alias messageText: message.text