mirror of
https://github.com/KDE/kasts.git
synced 2025-02-06 20:33:52 +01:00
Make GlobalDrawer be a sidebar on desktop
This commit is contained in:
parent
21e9d0b9a7
commit
4342794ac4
@ -45,6 +45,7 @@ Kirigami.ApplicationWindow {
|
|||||||
|
|
||||||
globalDrawer: Kirigami.GlobalDrawer {
|
globalDrawer: Kirigami.GlobalDrawer {
|
||||||
isMenu: false
|
isMenu: false
|
||||||
|
modal: !wideScreen
|
||||||
// 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
|
||||||
handleVisible: !AudioManager.entry || footerLoader.item.contentY === 0
|
handleVisible: !AudioManager.entry || footerLoader.item.contentY === 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user