reclaim/data/ui/EditAccountListRow.ui

38 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="AdwBin">
<property name="child">
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="valign">center</property>
<property name="spacing">12</property>
<child type="prefix">
<object class="GtkLabel" id="account_label">
<property name="valign">center</property>
<binding name="label">
<lookup name="name" type="ReclaimAccount">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>
<child type="suffix">
<object class="GtkButton" id="delete_button">
<property name="icon-name">window-close-symbolic</property>
<property name="valign">center</property>
<signal name="clicked" handler="on_delete_button_clicked" />
<style>
<class name="flat" />
<class name="circular" />
</style>
</object>
</child>
</object>
</property>
</object>
</property>
</template>
</interface>