Take tabbar into account when displaying update notification

This commit is contained in:
Bart De Vries 2021-04-20 21:27:41 +02:00
parent cac0a8b8b6
commit 21b47effa9
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}
}