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
|
animate: true
|
||||||
text: summaryMetrics.elidedText
|
text: summaryMetrics.elidedText
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
|
height: implicitHeight
|
||||||
|
|
||||||
states: State {
|
states: State {
|
||||||
name: "expanded"
|
name: "expanded"
|
||||||
|
|
@ -266,6 +267,10 @@ StyledRect {
|
||||||
easing.bezierCurve: Appearance.anim.curves.standard
|
easing.bezierCurve: Appearance.anim.curves.standard
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Behavior on height {
|
||||||
|
Anim {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TextMetrics {
|
TextMetrics {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue