Philipp Hörist pushed to branch master at gajim / gajim
Commits:
1dabd891 by Philipp Hörist at 2025-04-17T21:49:33+00:00
revert: GroupChat: Do not move chat text when participant menu opens
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/base.py
Changes:
=====================================
gajim/gtk/conversation/rows/base.py
=====================================
@@ -34,12 +34,7 @@ def __init__(self, account: str, widget: str | None = None)
-> None:
self.add_css_class("conversation-row")
- self.grid = Gtk.Grid(
- row_spacing=3,
- column_spacing=12,
- halign=Gtk.Align.START,
- valign=Gtk.Align.START,
- )
+ self.grid = Gtk.Grid(row_spacing=3, column_spacing=12)
self.set_child(self.grid)
if widget == "label":
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1dabd8918b5b0f66b58a4707032c8a6c2949648b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1dabd8918b5b0f66b58a4707032c8a6c2949648b
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]