mirror of
https://github.com/KDE/kasts.git
synced 2025-02-03 02:37:32 +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
|
elide: Text.ElideRight
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
level: 3
|
level: 3
|
||||||
wrapMode: Text.Wrap
|
// wrapMode: Text.Wrap
|
||||||
maximumLineCount: 2
|
// maximumLineCount: 2
|
||||||
font.bold: true
|
font.bold: true
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user