Cli tool #9

Merged
Zacharias-Brohn merged 33 commits from cli-tool into main 2026-02-22 21:43:51 +01:00
Showing only changes of commit 97784f6101 - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ Item {
anchors.fill: parent anchors.fill: parent
// anchors.margins: 8 // anchors.margins: 8
anchors.topMargin: visibilities.bar ? bar.implicitHeight : 0 anchors.topMargin: Config.barConfig.autoHide && !visibilities.bar ? 0 : bar.implicitHeight
Behavior on anchors.topMargin { Behavior on anchors.topMargin {
Modules.Anim {} Modules.Anim {}
} }