aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message_content.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/message_content.ui')
-rw-r--r--resources/ui/message_content.ui40
1 files changed, 40 insertions, 0 deletions
diff --git a/resources/ui/message_content.ui b/resources/ui/message_content.ui
index 9c2bd22..8fb06d1 100644
--- a/resources/ui/message_content.ui
+++ b/resources/ui/message_content.ui
@@ -173,6 +173,46 @@ Author: Tobias Frisch
173 <property name="position">2</property> 173 <property name="position">2</property>
174 </packing> 174 </packing>
175 </child> 175 </child>
176 <child>
177 <object class="GtkBox" id="whisper_box">
178 <property name="visible">True</property>
179 <property name="can-focus">False</property>
180 <property name="spacing">4</property>
181 <child>
182 <object class="GtkImage">
183 <property name="visible">True</property>
184 <property name="can-focus">False</property>
185 <property name="icon-name">face-shutmouth-symbolic</property>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="fill">True</property>
190 <property name="position">0</property>
191 </packing>
192 </child>
193 <child>
194 <object class="GtkLabel">
195 <property name="visible">True</property>
196 <property name="can-focus">False</property>
197 <property name="label" translatable="yes">whispering...</property>
198 <property name="xalign">0</property>
199 <attributes>
200 <attribute name="style" value="italic"/>
201 </attributes>
202 </object>
203 <packing>
204 <property name="expand">True</property>
205 <property name="fill">True</property>
206 <property name="pack-type">end</property>
207 <property name="position">1</property>
208 </packing>
209 </child>
210 </object>
211 <packing>
212 <property name="name">whisper_page</property>
213 <property name="position">3</property>
214 </packing>
215 </child>
176 </object> 216 </object>
177 <packing> 217 <packing>
178 <property name="expand">True</property> 218 <property name="expand">True</property>