reclaim/data/ui/MainAccountListRow.ui

27 lines
836 B
Plaintext
Raw Permalink Normal View History

<?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>
</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">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>
</object>
</property>
</template>
</interface>