fractal/data/resources/ui/content-message-row.ui

59 lines
2 KiB
Text
Raw Normal View History

2021-04-27 11:03:58 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ContentMessageRow" parent="AdwBin">
<child>
<object class="GtkBox">
2021-05-09 07:23:32 +00:00
<property name="spacing">10</property>
2021-04-27 11:03:58 +00:00
<child>
<object class="ComponentsAvatar" id="avatar">
2021-05-09 07:23:32 +00:00
<property name="size">36</property>
<property name="valign">start</property>
2021-04-27 11:03:58 +00:00
</object>
</child>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
2021-05-09 07:23:32 +00:00
<property name="spacing">2</property>
2021-04-27 11:03:58 +00:00
<child>
<object class="GtkBox" id="header">
2021-05-09 07:23:32 +00:00
<property name="spacing">10</property>
2021-04-27 11:03:58 +00:00
<child>
<object class="GtkLabel" id="display_name">
2021-05-09 07:23:32 +00:00
<property name="hexpand">true</property>
<property name="halign">start</property>
2021-04-27 11:03:58 +00:00
<property name="ellipsize">end</property>
<property name="selectable">True</property>
<style>
<class name="heading"/>
<class name="accent"/>
2021-04-27 11:03:58 +00:00
</style>
</object>
</child>
<child type="end">
<object class="GtkLabel" id="timestamp">
<style>
<class name="heading"/>
2021-04-27 11:03:58 +00:00
<class name="timestamp"/>
2021-05-09 07:23:32 +00:00
<class name="dim-label"/>
2021-04-27 11:03:58 +00:00
</style>
</object>
</child>
</object>
</child>
<child>
<object class="AdwBin" id="content">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
2021-05-09 07:23:32 +00:00
<style>
<class name="event-content"/>
</style>
2021-04-27 11:03:58 +00:00
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>