Merge pull request #565 from notiant/patch-1

AudioCard: make both sliders have the same width
This commit is contained in:
Lemmy
2025-10-24 13:37:31 -04:00
committed by GitHub
@@ -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