revert weird util button width

This commit is contained in:
end-4
2025-06-22 23:20:29 +02:00
committed by GitHub
parent 5d9620881b
commit e97e41c162
@@ -10,7 +10,7 @@ import Quickshell.Services.Pipewire
Item {
id: root
property bool borderless: ConfigOptions.bar.borderless
implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 16
implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 2
implicitHeight: rowLayout.implicitHeight
RowLayout {