mirror of
https://github.com/KDE/kasts.git
synced 2025-01-30 17:15:03 +01:00
add header in sidebar
This commit is contained in:
parent
66ff1337be
commit
76fbfa35a4
@ -46,6 +46,9 @@ Kirigami.ApplicationWindow {
|
||||
globalDrawer: Kirigami.GlobalDrawer {
|
||||
isMenu: false
|
||||
modal: !wideScreen || Kirigami.Settings.isMobile
|
||||
header: Kirigami.AbstractApplicationHeader {
|
||||
visible: wideScreen
|
||||
}
|
||||
// make room at the bottom for miniplayer
|
||||
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight
|
||||
handleVisible: !AudioManager.entry || footerLoader.item.contentY === 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user