Philipp Hörist pushed to branch master at gajim / gajim


Commits:
6fd5ca0e by nicoco at 2025-11-26T20:38:53+00:00
fix: Hats: Use correct color

- - - - -


1 changed file:

- gajim/gtk/tooltips.py


Changes:

=====================================
gajim/gtk/tooltips.py
=====================================
@@ -103,7 +103,7 @@ def _populate_grid(self, contact: GroupchatParticipant) -> 
None:
                     css_provider = Gtk.CssProvider()
                     css_provider.load_from_string(
                         ".badge-hat "
-                        f"{{background-color: hsl({hat.hue * 360}, 100%, 
25%);}}"
+                        f"{{background-color: hsl({hat.hue}, 100%, 25%);}}"
                     )
                     context = hat_badge.get_style_context()
                     context.add_provider(



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6fd5ca0e3af19c288d01ca50344995fa57c70326

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6fd5ca0e3af19c288d01ca50344995fa57c70326
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]

Reply via email to