gtk-demo: Cosmetic improvement to listbox2 demo

Make the checkbutton and the check align vertically.
This commit is contained in:
Matthias Clasen 2020-08-09 15:43:01 -04:00
parent b13e1a5a7b
commit 4650f7ec14

View File

@ -120,6 +120,8 @@
<property name="icon-name">object-select-symbolic</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="opacity">0</property>
</object>
</child>