AudioCard: make both sliders have the same width

Enforce visual consistency by making both output and input sliders have the same width regardless of the devices names
This commit is contained in:
notiant
2025-10-24 18:59:09 +02:00
committed by GitHub
parent 3aa2c0d693
commit eb94aa617a
@@ -58,6 +58,7 @@ NBox {
ColumnLayout {
spacing: Style.marginXXS
Layout.fillWidth: true
Layout.preferredWidth: 0
opacity: AudioService.sink ? 1.0 : 0.5
enabled: AudioService.sink
@@ -109,6 +110,7 @@ NBox {
ColumnLayout {
spacing: Style.marginXXS
Layout.fillWidth: true
Layout.preferredWidth: 0
opacity: AudioService.source ? 1.0 : 0.5
enabled: AudioService.source