Give the mail icon some more room
This commit is contained in:
parent
e8bce6760b
commit
3947734df1
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ mymailwidget.set_count = function (self)
|
|||
|
||||
if count then
|
||||
self:set_markup(" " .. count
|
||||
.. " <span face=\"FontAwesome\"></span>")
|
||||
.. " <span face=\"FontAwesome\"></span> ")
|
||||
else
|
||||
self:set_text("")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue