From 5931de875ec6a87cebaeb878789af3a7d1790eea Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 15 Mar 2020 22:09:31 +0100 Subject: [PATCH] [app/volume] Elide sink name label --- app/qml/volume.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/qml/volume.qml b/app/qml/volume.qml index ef6916c76..56fb424d7 100644 --- a/app/qml/volume.qml +++ b/app/qml/volume.qml @@ -44,7 +44,8 @@ Kirigami.Page Label { text: description - width: parent.width + elide: Text.ElideRight + Layout.fillWidth: true } RowLayout {