Skip to content
Snippets Groups Projects
Commit 07c19111 authored by André's avatar André Committed by Philipp Hörist
Browse files

Fix blurry notification icon

parent 036a7176
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ def _get_avatar_for_notification(account, jid): ...@@ -228,7 +228,7 @@ def _get_avatar_for_notification(account, jid):
contact = app.contacts.get_contact(account, jid) contact = app.contacts.get_contact(account, jid)
if contact is None: if contact is None:
return None return None
return app.interface.get_avatar(contact, 16, scale, pixbuf=True) return app.interface.get_avatar(contact, 32, scale, pixbuf=True)
def _on_popup_destroy(self, *args): def _on_popup_destroy(self, *args):
self._win32_active_popup = None self._win32_active_popup = None
......
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