Fix heading text elide.

This commit is contained in:
Swapnil Tripathi 2021-06-02 21:28:59 +00:00
parent a565f6eec1
commit 5dc33049de
1 changed files with 4 additions and 1 deletions

View File

@ -55,8 +55,11 @@ Rectangle {
}
Label {
text: AudioManager.entry ? AudioManager.entry.feed.name : "No feed"
Layout.fillWidth: true
elide: Text.ElideRight
wrapMode: Text.Wrap
//wrapMode: Text.Wrap
//maximumLineCount: 1
horizontalAlignment: Text.AlignLeft
opacity: 0.6
Layout.bottomMargin: Kirigami.Units.largeSpacing
}