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)