Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ce33078c by mesonium at 2025-04-17T20:12:09+00:00
cfix: ChatPageHeader: Attach widget correctly
- - - - -
1 changed file:
- gajim/gtk/chat_page_header.py
Changes:
=====================================
gajim/gtk/chat_page_header.py
=====================================
@@ -57,7 +57,7 @@ def __init__(self):
section_name_box.append(self._workspace_settings_button)
separator = Gtk.Separator(margin_start=6, margin_end=6, margin_top=6)
- self.attach(separator, 0, 1, 0, 0)
+ self.attach(separator, 0, 1, 1, 1)
constrols_box = Gtk.Box(margin_top=6, spacing=12)
self.attach(constrols_box, 0, 2, 1, 1)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ce33078c7da312a748898f8a0012af6bf70f8a3d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ce33078c7da312a748898f8a0012af6bf70f8a3d
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]