mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 15:29:58 -05:00
bar: cleaner width
This commit is contained in:
@@ -70,8 +70,10 @@ Scope {
|
||||
id: leftSection
|
||||
anchors.left: parent.left
|
||||
implicitHeight: barHeight
|
||||
width: (barRoot.width - middleSection.width) / 2
|
||||
|
||||
ActiveWindow {
|
||||
Layout.fillWidth: true
|
||||
bar: barRoot
|
||||
}
|
||||
}
|
||||
@@ -134,7 +136,7 @@ Scope {
|
||||
id: rightSection
|
||||
anchors.right: parent.right
|
||||
implicitHeight: barHeight
|
||||
width: Appearance.sizes.barPreferredSideSectionWidth
|
||||
width: (barRoot.width - middleSection.width) / 2
|
||||
spacing: 5
|
||||
layoutDirection: Qt.RightToLeft
|
||||
|
||||
|
||||
Reference in New Issue
Block a user