Fix typo in voicemail count display
This commit is contained in:
parent
9074914f39
commit
033051066b
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ Rectangle{
|
||||||
width: Math.round(14 * DefaultStyle.dp) * scaleFactor
|
width: Math.round(14 * DefaultStyle.dp) * scaleFactor
|
||||||
height: width
|
height: width
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
font.weight: Typography.p2.pixelSize
|
font.weight: Typography.p2.weight
|
||||||
font.pixelSize: Typography.p2.weight * scaleFactor
|
font.pixelSize: Typography.p2.pixelSize * scaleFactor
|
||||||
color: DefaultStyle.danger_500main
|
color: DefaultStyle.danger_500main
|
||||||
text: voicemailCount >= 100 ? '99+' : voicemailCount
|
text: voicemailCount >= 100 ? '99+' : voicemailCount
|
||||||
visible: showMwi && voicemailCount > 0
|
visible: showMwi && voicemailCount > 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue