From 77e83e88432844d46cea2aef9f044945ebe66334 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 5 Apr 2016 09:42:42 -0700 Subject: QML UI: keep the title bar larger on iOS This is where the back button is located on iOS. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index f4f6ea28b..2bc62dbe3 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -13,7 +13,7 @@ Kirigami.ApplicationWindow { title: qsTr("Subsurface-mobile") header.minimumHeight: 0 - header.preferredHeight: Kirigami.Units.gridUnit + header.preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1) header.maximumHeight: Kirigami.Units.gridUnit * 2 property bool fullscreen: true property int oldStatus: -1 -- cgit v1.2.3-70-g09d2