mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
bar: fix weird center group spacing for non-borderless mode
This commit is contained in:
parent
df93057dd3
commit
dbd23a6ea4
1 changed files with 1 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ Item { // Bar content region
|
|||
RowLayout { // Middle section
|
||||
id: middleSection
|
||||
anchors.centerIn: parent
|
||||
spacing: Config.options?.bar.borderless ? 4 : 8
|
||||
spacing: 4
|
||||
|
||||
BarGroup {
|
||||
id: leftCenterGroup
|
||||
|
|
@ -247,9 +247,6 @@ Item { // Bar content region
|
|||
}
|
||||
}
|
||||
|
||||
VerticalBarSeparator {
|
||||
visible: Config.options.bar.borderless && Config.options.bar.weather.enable
|
||||
}
|
||||
}
|
||||
|
||||
MouseArea { // Right side | scroll to change volume
|
||||
|
|
|
|||
Loading…
Reference in a new issue