2022-01-04 15:24:11 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="GtkListItem">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="account_badge">
|
|
|
|
<property name="valign">center</property>
|
2022-01-18 17:37:52 -05:00
|
|
|
<property name="icon-name">notebook-symbolic</property>
|
2022-01-04 15:24:11 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="account_label">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<binding name="label">
|
2022-01-18 17:37:52 -05:00
|
|
|
<lookup name="name" type="ReclaimAccount">
|
2022-01-04 15:24:11 -05:00
|
|
|
<lookup name="item">GtkListItem</lookup>
|
|
|
|
</lookup>
|
|
|
|
</binding>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</template>
|
|
|
|
</interface>
|