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.
24 lines
818 B
24 lines
818 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="AvatarWithSelection" parent="AdwBin"> |
|
<property name="child"> |
|
<object class="GtkOverlay"> |
|
<child> |
|
<object class="ComponentsAvatar" id="child_avatar"></object> |
|
</child> |
|
<child type="overlay"> |
|
<object class="GtkImage" id="checkmark"> |
|
<property name="visible">false</property> |
|
<property name="halign">end</property> |
|
<property name="valign">end</property> |
|
<property name="icon-name">emblem-ok-symbolic</property> |
|
<property name="pixel-size">11</property> |
|
<style> |
|
<class name="blue-checkmark" /> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface>
|
|
|