mirror of https://github.com/KDE/kasts.git
Added minimum width and height
This commit is contained in:
parent
5dc33049de
commit
2145c58333
|
@ -17,6 +17,9 @@ Kirigami.ApplicationWindow {
|
|||
id: root
|
||||
title: "Kasts"
|
||||
|
||||
minimumWidth: Kirigami.Settings.isMobile ? 320 : 620
|
||||
minimumHeight: 480
|
||||
|
||||
property var miniplayerSize: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit / 6
|
||||
property int tabBarHeight: Kirigami.Units.gridUnit * 2
|
||||
property int bottomMessageSpacing: Kirigami.Settings.isMobile ? Kirigami.Units.largeSpacing * 9 + ( AudioManager.entry ? ( footerLoader.item.contentY == 0 ? miniplayerSize : 0 ) : 0 ) + tabBarActive * tabBarHeight : Kirigami.Units.largeSpacing * 2
|
||||
|
|
Loading…
Reference in New Issue