Reduce minimum height of the window

Reduce the minimum height of the window so that it doesn't go off the screen when on mobile landscape (Pinephone)
This commit is contained in:
Devin Lin
2022-01-18 23:56:57 +00:00
committed by Carl Schwan
parent 24644887e0
commit fc9e4fc961

View File

@@ -20,7 +20,7 @@ Kirigami.ApplicationWindow {
property int columnWidth: Kirigami.Units.gridUnit * 13
minimumWidth: Kirigami.Units.gridUnit * 15
minimumHeight: Kirigami.Units.gridUnit * 20
minimumHeight: Kirigami.Units.gridUnit * 15
visible: false // Will be overridden in Component.onCompleted
wideScreen: width > columnWidth * 5