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
636 B
24 lines
636 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="VerificationEmoji" parent="AdwBin"> |
|
<property name="valign">center</property> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="GtkLabel" id="emoji"> |
|
<style> |
|
<class name="emoji"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="emoji_name"> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface> |
|
|
|
|