notifs: properly fix multiline summaries

This commit is contained in:
2 * r + 2 * t 2025-05-12 17:57:38 +10:00
parent 6f7aff6f34
commit 8c35d87a9f

View file

@ -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 {