Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
1627017d by wurstsalat at 2025-08-16T18:17:56+02:00
cfix: Group chat info: Don't use 'property' rows for features
- - - - -
1 changed file:
- gajim/gtk/groupchat_info.py
Changes:
=====================================
gajim/gtk/groupchat_info.py
=====================================
@@ -280,7 +280,6 @@ def _add_features(self, features: list[str]) -> None:
image.set_pixel_size(24)
image.add_css_class("dimmed")
row.add_prefix(image)
- row.add_css_class("property")
self._ui.features_listbox.append(row)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1627017d7432c9b97045bba091e8628c84fe849f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1627017d7432c9b97045bba091e8628c84fe849f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]