gtk-demo: Some fixes to awards

Fix things up enough to make the list show up.
Still not a working example, but closer.
This commit is contained in:
Matthias Clasen 2020-05-31 10:45:22 -04:00
parent 06dc357ea0
commit 8780f50e7e

View File

@ -3,8 +3,15 @@
<template class="GtkListItem">
<property name="child">
<object class="GtkLabel">
<property name="label" bind-source="GtkListItem" bind-property="position"></property>
<property name="margin">6</property>
<binding name="label">
<lookup name="title" type="GtkAward">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
</object>
</property>
</template>