aboutsummaryrefslogtreecommitdiff
path: root/client/data/conversation_selector/conversation_row.ui
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2017-03-10 19:34:56 +0100
committerMarvin W <git@larma.de>2017-03-10 19:50:34 +0100
commit29ca70a6d534e1cd79963718c793ae740318cff1 (patch)
tree295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/conversation_selector/conversation_row.ui
parentcf51e1dee22273366700c41a185c4bea343dddfe (diff)
downloaddino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz
dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip
Initial plugin system
Diffstat (limited to 'client/data/conversation_selector/conversation_row.ui')
-rw-r--r--client/data/conversation_selector/conversation_row.ui146
1 files changed, 0 insertions, 146 deletions
diff --git a/client/data/conversation_selector/conversation_row.ui b/client/data/conversation_selector/conversation_row.ui
deleted file mode 100644
index 5f8498e9..00000000
--- a/client/data/conversation_selector/conversation_row.ui
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <requires lib="gtk+" version="3.0"/>
- <template class="DinoUiConversationSelectorConversationRow">
- <property name="visible">True</property>
- <style>
- <class name="no_padding"/>
- </style>
- <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="GtkGrid">
- <property name="orientation">horizontal</property>
- <property name="margin">7</property>
- <property name="margin-right">14</property>
- <property name="column-spacing">10</property>
- <property name="visible">True</property>
- <child>
- <object class="GtkImage" id="image">
- <property name="height_request">40</property>
- <property name="width_request">40</property>
- <property name="visible">True</property>
- </object>
- </child>
- <child>
- <object class="GtkGrid">
- <property name="orientation">vertical</property>
- <property name="visible">True</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>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkRevealer" id="time_revealer">
- <property name="transition-type">slide-right</property>
- <property name="transition-duration">100</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>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </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="xalign">0</property>
- <attributes>
- <attribute name="scale" value="0.8"/>
- </attributes>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- <property name="width">2</property>
- <property name="height">1</property>
- </packing>
- </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>
- <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>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">2</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </template>
-</interface>