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.
34 lines
1.0 KiB
34 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMessageReaction" parent="GtkFlowBoxChild"> |
|
<property name="focusable">false</property> |
|
<child> |
|
<object class="GtkToggleButton" id="button"> |
|
<style> |
|
<class name="pill"/> |
|
</style> |
|
<property name="action-name">event.toggle-reaction</property> |
|
<child> |
|
<object class="GtkBox"> |
|
<child> |
|
<object class="GtkLabel" id="reaction_key"> |
|
<property name="max-width-chars">23</property> |
|
<property name="ellipsize">end</property> |
|
<style> |
|
<class name="reaction-key"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="reaction_count"> |
|
<style> |
|
<class name="reaction-count"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|