mirror of https://github.com/KDE/kasts.git
Fix heading text elide.
This commit is contained in:
parent
a565f6eec1
commit
5dc33049de
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue