2018-07-04 21:38:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkPaned" id="paned">
|
|
|
|
<property name="position">300</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiConversationSelectorView" id="conversation_list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-conversation"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiConversationSummaryConversationView" id="conversation_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiChatInputView" id="chat_input">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="search_revealer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="transition-type">slide-left</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-sidebar"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width-request">400</property>
|
|
|
|
<property name="shadow-type">none</property>
|
|
|
|
<child>
|
2018-07-09 22:31:39 +00:00
|
|
|
<object class="DinoUiGlobalSearch" id="search_box">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2018-07-09 22:31:39 +00:00
|
|
|
</interface>
|