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


Commits:
1d825352 by wurstsalat at 2026-01-13T20:28:05+01:00
revert: Revert "fix: Conversation: Prevent avatar popover menu from moving 
message row content"

This reverts commit 82e0b144cc7e314b0939faaf210cbf5c7b9ae8b1.

- - - - -


1 changed file:

- gajim/gtk/conversation/rows/message.py


Changes:

=====================================
gajim/gtk/conversation/rows/message.py
=====================================
@@ -101,10 +101,6 @@ def __init__(self, contact: ChatContactT, message: 
Message) -> None:
 
         self._bottom_box = Gtk.Box(spacing=6)
 
-        # halign START prevents the avatar popover menu from moving grid 
content,
-        # see https://dev.gajim.org/gajim/gajim/-/issues/12588
-        self.grid.set_halign(Gtk.Align.START)
-
         self.grid.attach(self._avatar_box, 0, 0, 1, 2)
         self.grid.attach(self._meta_box, 1, 0, 1, 1)
         self.grid.attach(self._bottom_box, 1, 1, 1, 1)



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

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