From 868b14bbc302d7124e2a93fdd8c2ae16311a0e55 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 20 Nov 2025 20:45:21 +0100 Subject: [PATCH] AudioCard: fix elide --- Modules/Panels/ControlCenter/Cards/AudioCard.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Panels/ControlCenter/Cards/AudioCard.qml b/Modules/Panels/ControlCenter/Cards/AudioCard.qml index e397c395..29dde934 100644 --- a/Modules/Panels/ControlCenter/Cards/AudioCard.qml +++ b/Modules/Panels/ControlCenter/Cards/AudioCard.qml @@ -117,6 +117,7 @@ NBox { font.weight: Style.fontWeightMedium elide: Text.ElideRight Layout.fillWidth: true + Layout.preferredWidth: 0 } } @@ -165,6 +166,7 @@ NBox { font.weight: Style.fontWeightMedium elide: Text.ElideRight Layout.fillWidth: true + Layout.preferredWidth: 0 } }