mirror of https://github.com/KDE/kasts.git
Decrease minimum window height
This is needed to ensure that the app fits the pinephone in landscape mode
This commit is contained in:
parent
2ceca4101b
commit
c5e286c17a
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue