forked from AuroraMiddleware/gtk
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:
parent
06dc357ea0
commit
8780f50e7e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user