Skip to content
Snippets Groups Projects
Commit cbde5d90 authored by Fadi Shehadeh's avatar Fadi Shehadeh Committed by Adrien Béraud
Browse files

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

Change-Id: I2eff7e56b16d490f579eeb75e68a526870cf188f
parent 86af8072
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment