mirror of
https://github.com/KDE/kasts.git
synced 2025-01-23 22:01:04 +01:00
Disable text wrapping in HeaderBar to avoid nasty binding loops
This commit is contained in:
parent
e36fa548e6
commit
a565f6eec1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user