Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
a01126c2 by lovetox at 2021-04-30T22:11:12+02:00
Reduce icon size
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/muc_user_status.py
Changes:
=====================================
gajim/gtk/conversation/rows/muc_user_status.py
=====================================
@@ -47,7 +47,7 @@ def __init__(self, account, user_contact, is_self):
show_icon.set_opacity(0.6)
surface = get_show_circle(
user_contact.show.value,
- AvatarSize.SHOW_CIRCLE,
+ 16,
self.get_scale_factor())
show_icon.set_from_surface(surface)
self.grid.attach(show_icon, 1, 0, 1, 1)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a01126c2b2345d1bd99519d7ca8b55053cc231ef
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a01126c2b2345d1bd99519d7ca8b55053cc231ef
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits