forked from Shinonome/dots-hyprland
bar: fix weird center group spacing for non-borderless mode
This commit is contained in:
@@ -166,7 +166,7 @@ Item { // Bar content region
|
|||||||
RowLayout { // Middle section
|
RowLayout { // Middle section
|
||||||
id: middleSection
|
id: middleSection
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: Config.options?.bar.borderless ? 4 : 8
|
spacing: 4
|
||||||
|
|
||||||
BarGroup {
|
BarGroup {
|
||||||
id: leftCenterGroup
|
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
|
MouseArea { // Right side | scroll to change volume
|
||||||
|
|||||||
Reference in New Issue
Block a user