aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message-status.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/message-status.ui')
-rw-r--r--resources/ui/message-status.ui140
1 files changed, 130 insertions, 10 deletions
diff --git a/resources/ui/message-status.ui b/resources/ui/message-status.ui
index 54d0d0b..7d5b233 100644
--- a/resources/ui/message-status.ui
+++ b/resources/ui/message-status.ui
@@ -22,7 +22,8 @@ Author: Tobias Frisch
22--> 22-->
23<interface> 23<interface>
24 <requires lib="gtk+" version="3.24"/> 24 <requires lib="gtk+" version="3.24"/>
25 <object class="GtkBox"> 25 <requires lib="libhandy" version="1.2"/>
26 <object class="GtkBox" id="message_box">
26 <property name="visible">True</property> 27 <property name="visible">True</property>
27 <property name="can-focus">False</property> 28 <property name="can-focus">False</property>
28 <child> 29 <child>
@@ -36,17 +37,113 @@ Author: Tobias Frisch
36 <object class="GtkBox"> 37 <object class="GtkBox">
37 <property name="visible">True</property> 38 <property name="visible">True</property>
38 <property name="can-focus">False</property> 39 <property name="can-focus">False</property>
39 <property name="orientation">vertical</property> 40 <property name="spacing">8</property>
40 <child> 41 <child>
41 <object class="GtkLabel" id="status_label"> 42 <object class="GtkButton" id="deny_button">
43 <property name="can-focus">True</property>
44 <property name="receives-default">True</property>
45 <property name="relief">none</property>
46 <child>
47 <object class="GtkImage">
48 <property name="visible">True</property>
49 <property name="can-focus">False</property>
50 <property name="icon-name">edit-delete-symbolic</property>
51 </object>
52 </child>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">0</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkBox">
42 <property name="visible">True</property> 62 <property name="visible">True</property>
43 <property name="can-focus">False</property> 63 <property name="can-focus">False</property>
44 <property name="label" translatable="yes">status information</property> 64 <property name="orientation">vertical</property>
65 <child>
66 <object class="GtkLabel" id="text_label">
67 <property name="visible">True</property>
68 <property name="can-focus">False</property>
69 <property name="label" translatable="yes">invited you to a chat</property>
70 <property name="justify">center</property>
71 <property name="wrap">True</property>
72 <property name="xalign">0.5</property>
73 </object>
74 <packing>
75 <property name="expand">True</property>
76 <property name="fill">True</property>
77 <property name="position">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkBox">
82 <property name="visible">True</property>
83 <property name="can-focus">False</property>
84 <property name="spacing">4</property>
85 <child>
86 <object class="GtkImage" id="read_receipt_image">
87 <property name="can-focus">False</property>
88 <property name="xalign">1</property>
89 <property name="icon-name">emblem-default-symbolic</property>
90 </object>
91 <packing>
92 <property name="expand">False</property>
93 <property name="fill">True</property>
94 <property name="pack-type">end</property>
95 <property name="position">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel" id="timestamp_label">
100 <property name="can-focus">False</property>
101 <property name="justify">right</property>
102 <property name="xalign">1</property>
103 <attributes>
104 <attribute name="weight" value="light"/>
105 </attributes>
106 </object>
107 <packing>
108 <property name="expand">False</property>
109 <property name="fill">True</property>
110 <property name="pack-type">end</property>
111 <property name="position">1</property>
112 </packing>
113 </child>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">True</property>
118 <property name="pack-type">end</property>
119 <property name="position">1</property>
120 </packing>
121 </child>
122 </object>
123 <packing>
124 <property name="expand">True</property>
125 <property name="fill">True</property>
126 <property name="position">1</property>
127 </packing>
128 </child>
129 <child>
130 <object class="GtkButton" id="accept_button">
131 <property name="can-focus">True</property>
132 <property name="receives-default">True</property>
133 <property name="relief">none</property>
134 <child>
135 <object class="GtkImage">
136 <property name="visible">True</property>
137 <property name="can-focus">False</property>
138 <property name="icon-name">emblem-ok-symbolic</property>
139 </object>
140 </child>
45 </object> 141 </object>
46 <packing> 142 <packing>
47 <property name="expand">False</property> 143 <property name="expand">False</property>
48 <property name="fill">True</property> 144 <property name="fill">True</property>
49 <property name="position">0</property> 145 <property name="pack-type">end</property>
146 <property name="position">2</property>
50 </packing> 147 </packing>
51 </child> 148 </child>
52 <style> 149 <style>
@@ -55,13 +152,36 @@ Author: Tobias Frisch
55 </object> 152 </object>
56 </child> 153 </child>
57 <child type="label"> 154 <child type="label">
58 <object class="GtkLabel" id="sender_label"> 155 <object class="GtkBox">
59 <property name="visible">True</property> 156 <property name="visible">True</property>
60 <property name="can-focus">False</property> 157 <property name="can-focus">False</property>
61 <property name="label" translatable="yes">User</property> 158 <property name="spacing">4</property>
62 <attributes> 159 <child>
63 <attribute name="weight" value="semibold"/> 160 <object class="HdyAvatar" id="sender_avatar">
64 </attributes> 161 <property name="can-focus">False</property>
162 <property name="size">24</property>
163 </object>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">True</property>
167 <property name="position">0</property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkLabel" id="sender_label">
172 <property name="visible">True</property>
173 <property name="can-focus">False</property>
174 <property name="xalign">0</property>
175 <attributes>
176 <attribute name="weight" value="semibold"/>
177 </attributes>
178 </object>
179 <packing>
180 <property name="expand">True</property>
181 <property name="fill">True</property>
182 <property name="position">1</property>
183 </packing>
184 </child>
65 </object> 185 </object>
66 </child> 186 </child>
67 <style> 187 <style>