Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d7f4df37 by mesonium at 2025-04-17T20:16:38+00:00
fix: 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,7 +34,12 @@ 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)
+ self.grid = Gtk.Grid(
+ row_spacing=3,
+ column_spacing=12,
+ halign=Gtk.Align.START,
+ valign=Gtk.Align.START,
+ )
self.set_child(self.grid)
if widget == "label":
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d7f4df3737e4ec08d5b1da9a205ba060ed7e0f3c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d7f4df3737e4ec08d5b1da9a205ba060ed7e0f3c
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]