mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-20 20:13:47 +08:00
badge: show 9+ instead of … with more than 9 items
Change-Id: I2eff7e56b16d490f579eeb75e68a526870cf188f
This commit is contained in:
committed by
Adrien Béraud
parent
86af807221
commit
cbde5d9047
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user