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


Commits:
9b2e592c by wurstsalat at 2025-12-28T20:29:35+01:00
cfix: ChatBanner: Fix account badge layout

- - - - -


1 changed file:

- gajim/gtk/chat_banner.py


Changes:

=====================================
gajim/gtk/chat_banner.py
=====================================
@@ -74,6 +74,7 @@ def __init__(self) -> None:
         self._last_message_from_phone: set[BareContact] = set()
 
         self._account_badge = AccountBadge(bind_setting=True)
+        self._account_badge.set_valign(Gtk.Align.CENTER)
         self._additional_items_box.append(self._account_badge)
 
         self._voice_requests_button = VoiceRequestsButton()



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

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