mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
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
|
||||
height: width
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font.weight: Typography.p2.pixelSize
|
||||
font.pixelSize: Typography.p2.weight * scaleFactor
|
||||
font.weight: Typography.p2.weight
|
||||
font.pixelSize: Typography.p2.pixelSize * scaleFactor
|
||||
color: DefaultStyle.danger_500main
|
||||
text: voicemailCount >= 100 ? '99+' : voicemailCount
|
||||
visible: showMwi && voicemailCount > 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue