diff options
Diffstat (limited to 'resources/ui/messenger.ui')
-rw-r--r-- | resources/ui/messenger.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/ui/messenger.ui b/resources/ui/messenger.ui index 9ff5e9b..79ea388 100644 --- a/resources/ui/messenger.ui +++ b/resources/ui/messenger.ui @@ -248,7 +248,7 @@ Author: Tobias Frisch <property name="valign">center</property> <property name="relief">none</property> <child> - <object class="GtkImage"> + <object class="GtkImage" id="account_details_symbol"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="icon-name">go-down-symbolic</property> @@ -871,7 +871,7 @@ Author: Tobias Frisch <property name="margin-bottom">4</property> <property name="spacing">4</property> <child> - <object class="GtkButton"> + <object class="GtkButton" id="attach_file_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -892,7 +892,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkTextView"> + <object class="GtkTextView" id="send_text_view"> <property name="width-request">210</property> <property name="height-request">48</property> <property name="visible">True</property> @@ -912,7 +912,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="emoji_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -933,14 +933,14 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="send_record_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="valign">center</property> <property name="relief">none</property> <child> - <object class="GtkImage"> + <object class="GtkImage" id="send_record_symbol"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="icon-name">audio-input-microphone-symbolic</property> |