diff options
Diffstat (limited to 'main/data/conversation_summary/item_metadata_header.ui')
-rw-r--r-- | main/data/conversation_summary/item_metadata_header.ui | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/main/data/conversation_summary/item_metadata_header.ui b/main/data/conversation_summary/item_metadata_header.ui deleted file mode 100644 index 93940c9a..00000000 --- a/main/data/conversation_summary/item_metadata_header.ui +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="DinoUiConversationSummaryItemMetaDataHeader"> - <property name="spacing">4</property> - <property name="orientation">horizontal</property> - <child> - <object class="GtkLabel" id="name_label"> - <property name="use_markup">True</property> - <property name="xalign">0</property> - <property name="valign">start</property> - <property name="visible">True</property> - <attributes> - <attribute name="scale" value="0.8"/> - </attributes> - </object> - </child> - <child> - <object class="GtkLabel" id="dot_label"> - <property name="label">ยท</property> - <property name="xalign">0</property> - <property name="valign">start</property> - <property name="visible">True</property> - <attributes> - <attribute name="scale" value="0.8"/> - </attributes> - <style> - <class name="dim-label"/> - </style> - </object> - </child> - <child> - <object class="GtkLabel" id="time_label"> - <property name="xalign">0</property> - <property name="valign">start</property> - <property name="visible">True</property> - <attributes> - <attribute name="scale" value="0.8"/> - </attributes> - <style> - <class name="dim-label"/> - </style> - </object> - </child> - <child> - <object class="GtkImage" id="encryption_image"> - <property name="opacity">0.4</property> - </object> - </child> - <child> - <object class="GtkImage" id="received_image"> - <property name="opacity">0.4</property> - </object> - </child> - </template> -</interface> |