[fractal] room-history: Add an icon to files in replies



commit 27e96f4acb265e61bb77966060f157a131e69b69
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Mon Oct 10 16:54:17 2022 +0200

    room-history: Add an icon to files in replies

 data/resources/ui/content-message-file.ui | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/data/resources/ui/content-message-file.ui b/data/resources/ui/content-message-file.ui
index c0e0db26c..1a79d6b6a 100644
--- a/data/resources/ui/content-message-file.ui
+++ b/data/resources/ui/content-message-file.ui
@@ -6,6 +6,12 @@
     <child>
       <object class="GtkBox">
         <property name="spacing">6</property>
+        <child>
+          <object class="GtkImage">
+            <property name="visible" bind-source="ContentMessageFile" bind-property="compact" 
bind-flags="sync-create"/>
+            <property name="icon-name">folder-documents-symbolic</property>
+          </object>
+        </child>
         <child>
           <object class="GtkLabel">
             <property name="ellipsize">end</property>
@@ -24,4 +30,3 @@
     </child>
   </template>
 </interface>
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]