Philipp Hörist pushed to branch vcard at gajim / gajim
Commits:
385c302c by Philipp Hörist at 2026-09-05T20:56:52+02:00
fix: Simplify Layout
- - - - -
1 changed file:
- gajim/data/gui/vcard_editor.ui
Changes:
=====================================
gajim/data/gui/vcard_editor.ui
=====================================
@@ -100,12 +100,8 @@
<object class="GtkStackPage">
<property name="name">error</property>
<property name="child">
- <object class="GtkBox">
- <property name="orientation">vertical</property>
- <child>
- <object class="AdwStatusPage" id="_error_page"/>
- </child>
- <child>
+ <object class="AdwStatusPage" id="_error_page">
+ <property name="child">
<object class="GtkButton" id="_back_button">
<property name="label" translatable="yes">_Back</property>
<property name="use-underline">true</property>
@@ -114,7 +110,7 @@
<class name="suggested-action"/>
</style>
</object>
- </child>
+ </property>
</object>
</property>
</object>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/385c302c1c996bd95ea4a3d502b6d6842cf4719e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/385c302c1c996bd95ea4a3d502b6d6842cf4719e
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]