You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
712 B
25 lines
712 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="Pill" parent="AdwBin"> |
|
<property name="focusable">True</property> |
|
<property name="valign">center</property> |
|
<style> |
|
<class name="inline-pill"/> |
|
</style> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<child> |
|
<object class="ComponentsAvatar" id="avatar"> |
|
<property name="size">24</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="display_name"> |
|
<property name="max-width-chars">30</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|