aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message.ui
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-21 18:59:39 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-21 18:59:39 +0100
commitbd545ea846e668112e5a54b702acc9c9f9231aea (patch)
tree1b0c6ccadd11ac4e98ef597fc36e8a640c834a43 /resources/ui/message.ui
parentd8a0d99da00d29ae50a0a8831d1d396769ed94f6 (diff)
downloadmessenger-gtk-bd545ea846e668112e5a54b702acc9c9f9231aea.tar.gz
messenger-gtk-bd545ea846e668112e5a54b702acc9c9f9231aea.zip
Implemented preview for sending files and added ui for message content
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'resources/ui/message.ui')
-rw-r--r--resources/ui/message.ui58
1 files changed, 2 insertions, 56 deletions
diff --git a/resources/ui/message.ui b/resources/ui/message.ui
index 42bde4d..9e501c8 100644
--- a/resources/ui/message.ui
+++ b/resources/ui/message.ui
@@ -49,67 +49,13 @@ Author: Tobias Frisch
49 <property name="label-xalign">0</property> 49 <property name="label-xalign">0</property>
50 <property name="shadow-type">none</property> 50 <property name="shadow-type">none</property>
51 <child> 51 <child>
52 <object class="GtkBox"> 52 <object class="GtkBox" id="content_box">
53 <property name="visible">True</property> 53 <property name="visible">True</property>
54 <property name="can-focus">False</property> 54 <property name="can-focus">False</property>
55 <property name="orientation">vertical</property> 55 <property name="orientation">vertical</property>
56 <property name="spacing">4</property>
57 <child> 56 <child>
58 <object class="GtkLabel" id="text_label"> 57 <placeholder/>
59 <property name="visible">True</property>
60 <property name="can-focus">False</property>
61 <property name="wrap">True</property>
62 <property name="max-width-chars">64</property>
63 <property name="xalign">0</property>
64 </object>
65 <packing>
66 <property name="expand">True</property>
67 <property name="fill">True</property>
68 <property name="position">0</property>
69 </packing>
70 </child> 58 </child>
71 <child>
72 <object class="GtkBox">
73 <property name="visible">True</property>
74 <property name="can-focus">False</property>
75 <property name="spacing">4</property>
76 <child>
77 <object class="GtkImage" id="read_receipt_image">
78 <property name="can-focus">False</property>
79 <property name="icon-name">emblem-default-symbolic</property>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="pack-type">end</property>
85 <property name="position">0</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkLabel" id="timestamp_label">
90 <property name="visible">True</property>
91 <property name="can-focus">False</property>
92 <attributes>
93 <attribute name="weight" value="light"/>
94 </attributes>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="pack-type">end</property>
100 <property name="position">1</property>
101 </packing>
102 </child>
103 </object>
104 <packing>
105 <property name="expand">False</property>
106 <property name="fill">True</property>
107 <property name="position">1</property>
108 </packing>
109 </child>
110 <style>
111 <class name="message-content"/>
112 </style>
113 </object> 59 </object>
114 </child> 60 </child>
115 <child type="label"> 61 <child type="label">