[app/volume] Elide sink name label
This commit is contained in:
parent
8e0cfd3899
commit
5931de875e
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ Kirigami.Page
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: description
|
text: description
|
||||||
width: parent.width
|
elide: Text.ElideRight
|
||||||
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
Loading…
Reference in a new issue