fix modules taking up too much space

This commit is contained in:
lucy 2025-12-31 16:22:19 +01:00
parent 1e3d024a5e
commit 0529411f51

View File

@ -17,7 +17,7 @@ Item {
}
}
}
width: styleLayout.implicitWidth + 10
width: styleLayout.implicitWidth
implicitHeight: 34
property var sink: Pipewire.defaultAudioSink
Process {