Thu, 25 Aug 2022 20:27:52 -0500
Fix some issues with the AddChat dialog
Testing Done:
Opened the dialog and made sure everything works.
Reviewed at https://reviews.imfreedom.org/r/1643/
| pidgin/resources/Dialogs/addchat.ui | file | annotate | diff | comparison | revisions |
--- a/pidgin/resources/Dialogs/addchat.ui Thu Aug 25 20:27:19 2022 -0500 +++ b/pidgin/resources/Dialogs/addchat.ui Thu Aug 25 20:27:52 2022 -0500 @@ -67,7 +67,7 @@ <child> <object class="PidginAccountChooser" id="account"> <property name="hexpand">1</property> - <property name="hfill">1</property> + <property name="halign">fill</property> <property name="model">filter</property> <signal name="changed" handler="pidgin_add_chat_dialog_account_changed_cb" object="PidginAddChatDialog" swapped="no"/> </object> @@ -79,7 +79,7 @@ <property name="orientation">vertical</property> <property name="spacing">6</property> <property name="hexpand">1</property> - <property name="hfill">1</property> + <property name="halign">fill</property> <child> <placeholder/> </child> @@ -101,7 +101,7 @@ <child> <object class="GtkEntry" id="alias"> <property name="hexpand">1</property> - <property name="hfill">1</property> + <property name="halign">fill</property> <property name="focusable">1</property> </object> </child> @@ -122,7 +122,7 @@ <child> <object class="GtkComboBoxText" id="group"> <property name="hexpand">1</property> - <property name="hfill">1</property> + <property name="halign">fill</property> <property name="has-entry">1</property> <property name="child"> <object class="GtkEntry"> @@ -171,7 +171,6 @@ <property name="label" translatable="1">_Add</property> <property name="sensitive">0</property> <property name="focusable">1</property> - <property name="can-default">True</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object>