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"
|
title: "Kasts"
|
||||||
|
|
||||||
minimumWidth: Kirigami.Units.gridUnit * 17
|
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 var miniplayerSize: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit / 6
|
||||||
property int bottomMessageSpacing: {
|
property int bottomMessageSpacing: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user