mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 04:06:17 +00:00
QML UI: make title bar taller again on Android
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d7be3b21d6
commit
fc4153f8ac
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
header: Kirigami.ApplicationHeader {
|
header: Kirigami.ApplicationHeader {
|
||||||
minimumHeight: 0
|
minimumHeight: 0
|
||||||
preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1)
|
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
|
||||||
maximumHeight: Kirigami.Units.gridUnit * 2
|
maximumHeight: Kirigami.Units.gridUnit * 2
|
||||||
}
|
}
|
||||||
property bool fullscreen: true
|
property bool fullscreen: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue