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
|
spacing: M.Theme.groupSpacing
|
||||||
|
|
||||||
M.BarGroup {
|
M.BarGroup {
|
||||||
|
id: workspacesGroup
|
||||||
leftEdge: true
|
leftEdge: true
|
||||||
M.Workspaces {
|
M.Workspaces {
|
||||||
bar: bar
|
bar: bar
|
||||||
|
|
@ -136,6 +137,7 @@ PanelWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
M.BarGroup {
|
M.BarGroup {
|
||||||
|
leftEdge: !workspacesGroup.visible
|
||||||
M.Tray {
|
M.Tray {
|
||||||
bar: bar
|
bar: bar
|
||||||
visible: M.Modules.tray.enable
|
visible: M.Modules.tray.enable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue