mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
hefty: bar: fix wrong placement of center-right group
This commit is contained in:
@@ -46,7 +46,7 @@ Item {
|
||||
Side {
|
||||
id: centerRightSide
|
||||
anchors.left: !root.vertical ? centerSide.right : parent.left
|
||||
anchors.top: root.vertical ? parent.top : centerSide.bottom
|
||||
anchors.top: !root.vertical ? parent.top : centerSide.bottom
|
||||
HBarUserFallbackComponentRepeater {
|
||||
componentNames: [...(root.centerLeftWidgets.length > 0 ? [invisibleItem] : []), ...root.centerRightWidgets,]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user