mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-02 22:14:15 +00:00
171 lines
11 KiB
XML
171 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="DinoUiConversationSelectorRow">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkRevealer" id="main_revealer">
|
|
<property name="transition-type">slide-down</property>
|
|
<property name="transition-duration">200</property>
|
|
<property name="reveal-child">False</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">horizontal</property>
|
|
<property name="margin">10</property>
|
|
<property name="margin-start">7</property>
|
|
<property name="margin-end">14</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="DinoUiAvatarImage" id="image">
|
|
<property name="height">35</property>
|
|
<property name="width">35</property>
|
|
<property name="valign">center</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="margin-left">10</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="valign">start</property>
|
|
<property name="visible">True</property>
|
|
<property name="orientation">horizontal</property>
|
|
<child>
|
|
<object class="GtkLabel" id="name_label">
|
|
<property name="max_width_chars">1</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="expand">True</property>
|
|
<property name="margin-right">7</property>
|
|
<property name="xalign">0</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRevealer" id="time_revealer">
|
|
<property name="transition-type">slide-right</property>
|
|
<property name="transition-duration">50</property>
|
|
<property name="reveal-child">True</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkLabel" id="time_label">
|
|
<property name="hexpand">False</property>
|
|
<property name="xalign">1</property>
|
|
<attributes>
|
|
<attribute name="scale" value="0.7"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="valign">end</property>
|
|
<property name="visible">True</property>
|
|
<property name="orientation">horizontal</property>
|
|
<child>
|
|
<object class="GtkLabel" id="nick_label">
|
|
<property name="max_width_chars">15</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="valign">end</property>
|
|
<property name="xalign">0</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
<attributes>
|
|
<!--<attribute name="weight" value="bold"/>-->
|
|
<attribute name="scale" value="0.8"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="message_label">
|
|
<property name="max_width_chars">1</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="expand">True</property>
|
|
<property name="valign">end</property>
|
|
<property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="scale" value="0.8"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRevealer" id="unread_count_revealer">
|
|
<property name="transition-type">slide-right</property>
|
|
<property name="transition-duration">50</property>
|
|
<property name="reveal-child">True</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkLabel" id="unread_count_label">
|
|
<property name="vexpand">False</property>
|
|
<property name="visible">False</property>
|
|
<property name="margin-start">15</property>
|
|
<property name="xalign">0.5</property>
|
|
<attributes>
|
|
<attribute name="scale" value="0.6"/>
|
|
<attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="vexpand">True</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRevealer" id="xbutton_revealer">
|
|
<property name="transition-type">slide-left</property>
|
|
<property name="transition-duration">100</property>
|
|
<property name="reveal-child">False</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="x_button">
|
|
<property name="vexpand">False</property>
|
|
<property name="visible">True</property>
|
|
<property name="margin-start">5</property>
|
|
<style>
|
|
<class name="conversation_list_row_xbutton"/>
|
|
<class name="circular"/>
|
|
<class name="flat"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
<property name="icon-size">1</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="vexpand">True</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|