mirror of https://github.com/KDE/kasts.git
Make sure that globaldrawer doesn't disappear on resize
This commit is contained in:
parent
76fbfa35a4
commit
04833efa7f
|
@ -47,7 +47,7 @@ Kirigami.ApplicationWindow {
|
||||||
isMenu: false
|
isMenu: false
|
||||||
modal: !wideScreen || Kirigami.Settings.isMobile
|
modal: !wideScreen || Kirigami.Settings.isMobile
|
||||||
header: Kirigami.AbstractApplicationHeader {
|
header: Kirigami.AbstractApplicationHeader {
|
||||||
visible: wideScreen
|
visible: wideScreen && !Kirigami.Settings.isMobile
|
||||||
}
|
}
|
||||||
// make room at the bottom for miniplayer
|
// make room at the bottom for miniplayer
|
||||||
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight
|
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight
|
||||||
|
|
Loading…
Reference in New Issue