Change sync-create to no-sync-create

Fixes #31
This commit is contained in:
James Westman 2022-01-26 23:30:19 -06:00
parent 3bdcc83c4e
commit 32d4769f65
4 changed files with 14 additions and 13 deletions

View file

@ -2,9 +2,9 @@
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkBox">
<property name="visible" bind-source="box2" bind-property="visible" bind-flags="invert-boolean"/>
<property name="orientation" bind-source="box2" bind-property="orientation"/>
<property name="spacing" bind-source="box2" bind-property="spacing" bind-flags="sync-create"/>
<property name="visible" bind-source="box2" bind-property="visible" bind-flags="sync-create|invert-boolean"/>
<property name="orientation" bind-source="box2" bind-property="orientation" bind-flags="sync-create"/>
<property name="spacing" bind-source="box2" bind-property="spacing"/>
</object>
<object class="GtkBox" id="box2">
<property name="spacing">6</property>