diff options
author | fiaxh <git@mx.ax.lt> | 2017-08-27 23:55:49 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-08-28 00:02:59 +0200 |
commit | 8bc0d107e740be468ee0c9dcd253de36355088d3 (patch) | |
tree | 36858e844d711eb18a68612fd815cb84f4c3a88f /main/data/conversation_summary | |
parent | a807ded65cd907e04bab7b8cd27b5702b157e3a2 (diff) | |
download | dino-8bc0d107e740be468ee0c9dcd253de36355088d3.tar.gz dino-8bc0d107e740be468ee0c9dcd253de36355088d3.zip |
Plugins providing conversation items for ConversationView
Diffstat (limited to 'main/data/conversation_summary')
-rw-r--r-- | main/data/conversation_summary/message_item.ui | 9 | ||||
-rw-r--r-- | main/data/conversation_summary/view.ui | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/main/data/conversation_summary/message_item.ui b/main/data/conversation_summary/message_item.ui index e7b4f46f..8d53a691 100644 --- a/main/data/conversation_summary/message_item.ui +++ b/main/data/conversation_summary/message_item.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <template class="DinoUiConversationSummaryMessageItem"> + <template class="DinoUiConversationSummaryConversationItemSkeleton"> <property name="hexpand">True</property> <property name="column-spacing">7</property> <property name="orientation">horizontal</property> @@ -23,8 +23,9 @@ </child> <child> <object class="GtkLabel" id="time_label"> - <property name="visible">True</property> <property name="xalign">1</property> + <property name="valign">start</property> + <property name="visible">True</property> <style> <class name="dim-label"/> </style> @@ -40,6 +41,7 @@ <object class="GtkImage" id="encryption_image"> <property name="visible">False</property> <property name="xalign">1</property> + <property name="valign">start</property> <style> <class name="dim-label"/> </style> @@ -55,6 +57,7 @@ <object class="GtkImage" id="received_image"> <property name="visible">False</property> <property name="xalign">1</property> + <property name="valign">start</property> <style> <class name="dim-label"/> </style> @@ -67,4 +70,4 @@ </packing> </child> </template> -</interface>
\ No newline at end of file +</interface> diff --git a/main/data/conversation_summary/view.ui b/main/data/conversation_summary/view.ui index 07fb7b71..9139da56 100644 --- a/main/data/conversation_summary/view.ui +++ b/main/data/conversation_summary/view.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <template class="DinoUiConversationSummaryView"> + <template class="DinoUiConversationSummaryConversationView"> <property name="expand">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> |