fix broken parsing

This commit is contained in:
2024-04-17 10:03:03 +03:00
parent 0ad6550d0b
commit b32b469f0f
2 changed files with 7 additions and 7 deletions

View File

@@ -37,14 +37,13 @@
<property name="valign">GTK_ALIGN_FILL</property>
<property name="vexpand">true</property>
<child>
<object class="GtkBox" id="cards_container">
<object class="GtkListBox" id="cards_container">
<property name="valign">GTK_ALIGN_FILL</property>
<property name="halign">GTK_ALIGN_FILL</property>
<property name="orientation">vertical</property>
<!-- <property name="orientation">vertical</property> -->
<property name="hexpand">true</property>
<property name="hexpand-set">true</property>
<!-- <property name="homogeneous">true</property> -->
<property name="orientation">vertical</property>
<property name="halign">GTK_ALIGN_FILL</property>
<property name="valign">GTK_ALIGN_FILL</property>
</object>