diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
commit | 24b55d83a1f9e21b028c8d5ac9778e75565f417d (patch) | |
tree | 195b0f332e32d08e1a18fc3d8a5a6725c5ed11d7 /client/data/conversation_summary/view.ui | |
parent | 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (diff) | |
parent | 29ca70a6d534e1cd79963718c793ae740318cff1 (diff) | |
download | dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.tar.gz dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.zip |
Merge branch 'master' of github.com:dino/dino
Diffstat (limited to 'client/data/conversation_summary/view.ui')
-rw-r--r-- | client/data/conversation_summary/view.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/client/data/conversation_summary/view.ui b/client/data/conversation_summary/view.ui deleted file mode 100644 index 74fb507e..00000000 --- a/client/data/conversation_summary/view.ui +++ /dev/null @@ -1,33 +0,0 @@ -<?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> |