Lighten message count: Fixes #5727
This commit is contained in:
parent
851d436138
commit
1d6c62d6b0
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ public class FormattedConversationData : Object {
|
|||
return 0;
|
||||
|
||||
string mails =
|
||||
"<span background='#575757' foreground='white' font='%d' weight='bold'> %d </span>"
|
||||
"<span background='#888888' foreground='white' font='%d' weight='bold'> %d </span>"
|
||||
.printf(FONT_SIZE_MESSAGE_COUNT, num_emails);
|
||||
|
||||
Pango.Layout layout_num = widget.create_pango_layout(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue