mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-02 05:27:29 -05:00
bar: not repeat 32 (visual group height)
This commit is contained in:
@@ -10,7 +10,7 @@ Item {
|
||||
property bool borderless: Config.options.bar.borderless
|
||||
property bool alwaysShowAllResources: false
|
||||
implicitWidth: rowLayout.implicitWidth + rowLayout.anchors.leftMargin + rowLayout.anchors.rightMargin
|
||||
implicitHeight: 32
|
||||
implicitHeight: Appearance.sizes.barGroupHeight
|
||||
|
||||
RowLayout {
|
||||
id: rowLayout
|
||||
|
||||
Reference in New Issue
Block a user