fix: tray group gets leftEdge when workspaces group is hidden
This commit is contained in:
parent
1b5bdd3010
commit
886cd73d9a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue