fix: tray group gets leftEdge when workspaces group is hidden

This commit is contained in:
Damocles 2026-04-15 21:24:33 +02:00
parent 1b5bdd3010
commit 886cd73d9a

View file

@ -129,6 +129,7 @@ PanelWindow {
spacing: M.Theme.groupSpacing
M.BarGroup {
id: workspacesGroup
leftEdge: true
M.Workspaces {
bar: bar
@ -136,6 +137,7 @@ PanelWindow {
}
}
M.BarGroup {
leftEdge: !workspacesGroup.visible
M.Tray {
bar: bar
visible: M.Modules.tray.enable