Tooth/data/ui/views/sidebar/account.ui

29 lines
897 B
Plaintext
Raw Normal View History

2021-07-23 11:41:03 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
2022-11-13 20:57:43 +00:00
<template class="ToothViewsSidebarAccountRow" parent="AdwActionRow">
2021-08-31 09:01:09 +00:00
<property name="height_request">64</property>
<property name="title_lines">1</property>
<property name="subtitle_lines">1</property>
2021-07-23 11:41:03 +00:00
<property name="activatable">1</property>
<child type="prefix">
2022-11-13 20:57:43 +00:00
<object class="ToothWidgetsAvatar" id="avatar">
2021-07-23 11:41:03 +00:00
<property name="size">32</property>
2021-07-25 18:01:05 +00:00
<signal name="clicked" handler="on_open"/>
2021-07-23 11:41:03 +00:00
</object>
</child>
<child type="suffix">
<object class="GtkButton" id="forget">
<property name="icon-name">user-trash-symbolic</property>
<property name="valign">center</property>
<signal name="clicked" handler="on_forget" swapped="no"/>
<style>
<class name="circular"/>
</style>
</object>
</child>
</template>
</interface>