Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
eb843f0a by wurstsalat at 2025-12-05T19:53:31+01:00
cfix: Group chat info: Don't center horizontally

Adw.Clamp already does that

- - - - -


1 changed file:

- gajim/gtk/groupchat_info.py


Changes:

=====================================
gajim/gtk/groupchat_info.py
=====================================
@@ -123,7 +123,7 @@ def __init__(
         add_padding: bool = True,
     ) -> None:
         SignalManager.__init__(self)
-        Gtk.ScrolledWindow.__init__(self, width_request=width, 
halign=Gtk.Align.CENTER)
+        Gtk.ScrolledWindow.__init__(self, width_request=width)
 
         self._minimal = minimal
         self._show_users = show_users



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

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