aboutsummaryrefslogtreecommitdiff
path: root/client/data/conversation_summary/view.ui
diff options
context:
space:
mode:
Diffstat (limited to 'client/data/conversation_summary/view.ui')
-rw-r--r--client/data/conversation_summary/view.ui33
1 files changed, 33 insertions, 0 deletions
diff --git a/client/data/conversation_summary/view.ui b/client/data/conversation_summary/view.ui
new file mode 100644
index 00000000..74fb507e
--- /dev/null
+++ b/client/data/conversation_summary/view.ui
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <template class="DinoUiConversationSummaryView">
+ <property name="expand">True</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolled">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkBox">
+ <property name="margin">15</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkBox" id="main">
+ <property name="expand">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">15</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="filler">
+ <property name="expand">True</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>