From 4088f9f652f447a65f5af00f0712f38bd97b4172 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 12 Jul 2015 10:42:23 -0700 Subject: QML UI: set window size on desktop devices On Android the app figures out the size by itself. Also change the name to match our naming scheme (Subsurface mobile for the QML UI). Signed-off-by: Dirk Hohndel --- qt-mobile/main.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qt-mobile/main.qml') 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 -- cgit v1.2.3-70-g09d2