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.
28 lines
1.0 KiB
28 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentTypingRow" parent="AdwBin"> |
|
<child> |
|
<object class="GtkRevealer"> |
|
<property name="transition-type">slide-up</property> |
|
<property name="reveal-child" bind-source="ContentTypingRow" bind-property="is-empty" bind-flags="sync-create | invert-boolean"/> |
|
<property name="child"> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<child> |
|
<object class="OverlappingBox" id="avatar_box"> |
|
<property name="overlap">16</property> |
|
<property name="max-children">10</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="label"> |
|
<property name="use-markup">True</property> |
|
<property name="ellipsize">end</property> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|