diff options
author | fiaxh <git@lightrise.org> | 2020-02-21 02:49:53 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-02-22 02:58:36 +0100 |
commit | 4ed6204fc2879c52fe88caa5711dea37cd4ae201 (patch) | |
tree | ba6f0f8227694c95e53645a701ac4b4111b8698c /main/data/conversation_summary/item_metadata_header.ui | |
parent | 01698959feaa9005c8a5f3439478431ab5837792 (diff) | |
download | dino-4ed6204fc2879c52fe88caa5711dea37cd4ae201.tar.gz dino-4ed6204fc2879c52fe88caa5711dea37cd4ae201.zip |
Rename folders/files conversation_summary -> conversation_content_view
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> |