Simplified XML

This commit is contained in:
Pcornat 2024-10-29 18:14:38 +01:00
parent d18b92f4bc
commit 19e05a22b8
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD

View File

@ -4,8 +4,8 @@
<object class="GtkApplicationWindow" id="main_window">
<property name="default-height">500</property>
<property name="default-width">720</property>
<property name="child">
<object class="GtkBox" id="main_box">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox">
@ -579,6 +579,6 @@
</object>
</child>
</object>
</property>
</child>
</object>
</interface>