notifs: properly fix multiline summaries
This commit is contained in:
parent
6f7aff6f34
commit
8c35d87a9f
1 changed files with 5 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ StyledRect {
|
|||
animate: true
|
||||
text: summaryMetrics.elidedText
|
||||
maximumLineCount: 1
|
||||
height: implicitHeight
|
||||
|
||||
states: State {
|
||||
name: "expanded"
|
||||
|
|
@ -266,6 +267,10 @@ StyledRect {
|
|||
easing.bezierCurve: Appearance.anim.curves.standard
|
||||
}
|
||||
}
|
||||
|
||||
Behavior on height {
|
||||
Anim {}
|
||||
}
|
||||
}
|
||||
|
||||
TextMetrics {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue