Disable text wrapping in HeaderBar to avoid nasty binding loops

This commit is contained in:
Bart De Vries 2021-06-02 22:21:39 +02:00
parent e36fa548e6
commit a565f6eec1
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ Rectangle {
elide: Text.ElideRight
horizontalAlignment: Text.AlignLeft
level: 3
wrapMode: Text.Wrap
maximumLineCount: 2
// wrapMode: Text.Wrap
// maximumLineCount: 2
font.bold: true
}
Label {