unhide bar on panel visibilities

This commit is contained in:
Zacharias-Brohn
2026-02-18 12:09:03 +01:00
parent b3bb593b54
commit e551b6bbf1
7 changed files with 44 additions and 22 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ Item {
anchors.fill: parent
// anchors.margins: 8
anchors.topMargin: bar.implicitHeight
anchors.topMargin: visibilities.bar ? bar.implicitHeight : 0
Behavior on anchors.topMargin {
Modules.Anim {}
}
Osd.Wrapper {
id: osd