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.1 KiB
34 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMessageReply" parent="GtkBox"> |
|
<property name="orientation">vertical</property> |
|
<property name="spacing">3</property> |
|
<child> |
|
<object class="GtkBox"> |
|
<style> |
|
<class name="quote"/> |
|
</style> |
|
<property name="orientation">vertical</property> |
|
<property name="spacing">3</property> |
|
<child> |
|
<object class="GtkLabel" id="related_content_sender"> |
|
<property name="hexpand">true</property> |
|
<property name="halign">start</property> |
|
<property name="ellipsize">end</property> |
|
<property name="selectable">True</property> |
|
<style> |
|
<class name="heading"/> |
|
<class name="accent"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="AdwBin" id="related_content"/> |
|
</child> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="AdwBin" id="content"/> |
|
</child> |
|
</template> |
|
</interface>
|
|
|