Philipp Hörist pushed to branch gtk4 at gajim / gajim
Commits:
aad3606f by Philipp Hörist at 2024-10-02T23:49:04+02:00
refactor: fix main window
- - - - -
2 changed files:
- gajim/data/gui/start_chat_dialog.ui
- gajim/gtk/main.py
Changes:
=====================================
gajim/data/gui/start_chat_dialog.ui
=====================================
@@ -16,8 +16,7 @@
<property name="child">
<object class="GtkBox">
<property name="orientation">vertical</property>
- <child>
- </child>
+ <child></child>
<child>
<object class="GtkBox" id="box">
<property name="vexpand">1</property>
@@ -29,7 +28,6 @@
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="focusable">1</property>
- <property name="has-focus">1</property>
<property name="hexpand">1</property>
<property name="placeholder-text"
translatable="1">Search…</property>
</object>
@@ -129,7 +127,6 @@
<object class="GtkImage">
<property name="valign">end</property>
<property name="icon-name">dialog-error</property>
- <property name="icon_size">6</property>
</object>
</child>
<child>
@@ -326,7 +323,6 @@
<child>
<object class="GtkImage">
<property name="icon-name">avatar-default-symbolic</property>
- <property name="icon_size">6</property>
<style>
<class name="dim-label"/>
</style>
@@ -345,4 +341,4 @@ You can also type an XMPP address</property>
</object>
</child>
</object>
-</interface>
+</interface>
\ No newline at end of file
=====================================
gajim/gtk/main.py
=====================================
@@ -96,7 +96,7 @@ def __init__(self) -> None:
self.set_child(self._ui.main_grid)
self._main_stack = MainStack()
- self._ui.main_grid.attach(self._main_stack, 0, 0, 1, 1)
+ self._ui.main_grid.attach(self._main_stack, 1, 0, 1, 1)
self._chat_page = self._main_stack.get_chat_page()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/aad3606f0db4303cdc76326a759553d9cdb865dd
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/aad3606f0db4303cdc76326a759553d9cdb865dd
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]