Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
55324a1f by wurstsalat at 2024-12-15T15:55:08+01:00
cfix: GroupChatInvitation: Align NickChooser to end
- - - - -
1 changed file:
- gajim/gtk/groupchat_invitation.py
Changes:
=====================================
gajim/gtk/groupchat_invitation.py
=====================================
@@ -113,7 +113,9 @@ def __init__(self, account: str, event: MucInvitation) ->
None:
join_button.add_css_class("suggested-action")
self._connect(join_button, "clicked", self._on_join)
- join_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL,
halign=Gtk.Align.END)
+ join_box = Gtk.Box(
+ orientation=Gtk.Orientation.HORIZONTAL, halign=Gtk.Align.END,
hexpand=True
+ )
join_box.add_css_class("linked")
join_box.append(self._nick_chooser)
join_box.append(join_button)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/55324a1fbd5aacf51ef22febbd906d477dcc6fe3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/55324a1fbd5aacf51ef22febbd906d477dcc6fe3
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]