diff options
Diffstat (limited to 'resources/ui/messenger.ui')
-rw-r--r-- | resources/ui/messenger.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resources/ui/messenger.ui b/resources/ui/messenger.ui index d0487fa..d4282a4 100644 --- a/resources/ui/messenger.ui +++ b/resources/ui/messenger.ui @@ -78,7 +78,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkSearchEntry"> + <object class="GtkSearchEntry" id="chats_search"> <property name="width-request">250</property> <property name="visible">True</property> <property name="can-focus">True</property> @@ -318,7 +318,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="favourites_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -471,7 +471,7 @@ Author: Tobias Frisch <property name="can-focus">False</property> <property name="orientation">vertical</property> <child> - <object class="GtkButton"> + <object class="GtkButton" id="new_group_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -522,7 +522,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="new_platform_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -573,7 +573,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="contacts_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -624,7 +624,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="calls_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -675,7 +675,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="settings_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -726,7 +726,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="night_mode_button"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -891,7 +891,7 @@ Author: Tobias Frisch <property name="margin-end">4</property> <property name="orientation">vertical</property> <child> - <object class="GtkLabel"> + <object class="GtkLabel" id="chat_title"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Chat title</property> @@ -907,7 +907,7 @@ Author: Tobias Frisch </packing> </child> <child> - <object class="GtkLabel"> + <object class="GtkLabel" id="chat_subtitle"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Chat subtitle</property> |