From 1433fb5412101c2a8042cbd7770b43cac08761dd Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 9 Nov 2025 00:00:49 +0100 Subject: [PATCH] fix weird volume dialog spacing --- .../ii/modules/sidebarRight/volumeMixer/VolumeDialogContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/sidebarRight/volumeMixer/VolumeDialogContent.qml b/dots/.config/quickshell/ii/modules/sidebarRight/volumeMixer/VolumeDialogContent.qml index bb1e036e6..46d83f7de 100644 --- a/dots/.config/quickshell/ii/modules/sidebarRight/volumeMixer/VolumeDialogContent.qml +++ b/dots/.config/quickshell/ii/modules/sidebarRight/volumeMixer/VolumeDialogContent.qml @@ -23,7 +23,6 @@ ColumnLayout { spacing: 16 DialogSectionListView { - visible: root.hasApps Layout.fillHeight: true topMargin: 14 @@ -42,6 +41,7 @@ ColumnLayout { StyledComboBox { id: deviceSelector + Layout.fillHeight: false Layout.fillWidth: true Layout.bottomMargin: 6 model: root.devices.map(node => node.description)