fix weird volume dialog spacing

This commit is contained in:
end-4
2025-11-09 00:00:49 +01:00
parent b383635fa8
commit 1433fb5412
@@ -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)