mirror of
https://github.com/KDE/kasts.git
synced 2025-01-15 18:16:59 +01:00
Take tabbar into account when displaying update notification
This commit is contained in:
parent
cac0a8b8b6
commit
21b47effa9
@ -153,7 +153,7 @@ Kirigami.ApplicationWindow {
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
bottomMargin: Kirigami.Units.largeSpacing * 9 + ( audio.entry ? ( footerLoader.item.contentY == 0 ? miniplayerSize : 0 ) : 0 )
|
||||
bottomMargin: Kirigami.Units.largeSpacing * 9 + ( audio.entry ? ( footerLoader.item.contentY == 0 ? miniplayerSize : 0 ) : 0 ) + tabBarActive * tabBarHeight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user