badge: show 9+ instead of … with more than 9 items

Change-Id: I2eff7e56b16d490f579eeb75e68a526870cf188f
This commit is contained in:
Fadi SHEHADEH
2022-05-19 13:35:10 -04:00
committed by Adrien Béraud
parent 86af807221
commit cbde5d9047

View File

@@ -42,7 +42,7 @@ Rectangle {
id: countLabel
anchors.centerIn: root
text: count > 9 ? "" : count
text: count > 9 ? "9+" : count
color: JamiTheme.filterBadgeTextColor
font.pointSize: JamiTheme.filterBadgeFontSize
font.weight: Font.ExtraBold