aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r--qt-mobile/main.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index 85fae51e4..42e17945f 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -6,8 +6,9 @@ import QtQuick.Layouts 1.1
import org.subsurfacedivelog.mobile 1.0
ApplicationWindow {
- title: qsTr("Subsurface")
- width: 500;
+ title: qsTr("Subsurface mobile")
+ property bool fullscreen: true
+ visible: true
QMLManager {
id: manager