From 0529411f5168545315854273f2a9a0db52cdf577 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 31 Dec 2025 16:22:19 +0100 Subject: [PATCH] fix modules taking up too much space --- modules/bar/Volume.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/Volume.qml b/modules/bar/Volume.qml index a8a40a0..1610b62 100644 --- a/modules/bar/Volume.qml +++ b/modules/bar/Volume.qml @@ -17,7 +17,7 @@ Item { } } } - width: styleLayout.implicitWidth + 10 + width: styleLayout.implicitWidth implicitHeight: 34 property var sink: Pipewire.defaultAudioSink Process {