From c5e286c17a84a09c0717cb81fee96c05af29f0b4 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Mon, 16 May 2022 12:46:33 +0200 Subject: [PATCH] Decrease minimum window height This is needed to ensure that the app fits the pinephone in landscape mode --- src/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index 14af359f..3ed7a6c5 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -20,7 +20,7 @@ Kirigami.ApplicationWindow { title: "Kasts" minimumWidth: Kirigami.Units.gridUnit * 17 - minimumHeight: Kirigami.Units.gridUnit * 18 + minimumHeight: Kirigami.Units.gridUnit * 12 property var miniplayerSize: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit / 6 property int bottomMessageSpacing: {