mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-08 16:52:11 +00:00
228c2c952b
tooth no longer depends on system icons fixes #9
28 lines
898 B
XML
28 lines
898 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="ToothViewsSidebarAccountRow" parent="AdwActionRow">
|
|
<property name="height_request">64</property>
|
|
<property name="title_lines">1</property>
|
|
<property name="subtitle_lines">1</property>
|
|
<property name="activatable">1</property>
|
|
|
|
<child type="prefix">
|
|
<object class="ToothWidgetsAvatar" id="avatar">
|
|
<property name="size">32</property>
|
|
<signal name="clicked" handler="on_open"/>
|
|
</object>
|
|
</child>
|
|
|
|
<child type="suffix">
|
|
<object class="GtkButton" id="forget">
|
|
<property name="icon-name">tooth-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>
|