Decrease minimum window height

This is needed to ensure that the app fits the pinephone in landscape
mode
This commit is contained in:
Bart De Vries 2022-05-16 12:46:33 +02:00
parent 2ceca4101b
commit c5e286c17a
1 changed files with 1 additions and 1 deletions

View File

@ -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: {