--- a/pidgin/resources/Plugins/dialog.ui Thu Aug 25 21:36:19 2022 -0500 +++ b/pidgin/resources/Plugins/dialog.ui Thu Aug 25 22:29:50 2022 -0500 @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this library; if not, see <https://www.gnu.org/licenses/>. +along with this program; if not, see <https://www.gnu.org/licenses/>. --> <interface> <requires lib="gtk" version="4.0"/> @@ -25,10 +25,17 @@ <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <template class="PidginPluginsDialog" parent="GtkDialog"> <property name="title" translatable="1">Plugins</property> - <property name="type-hint">dialog</property> - <signal name="delete-event" handler="gtk_widget_destroy" swapped="no"/> + <signal name="response" handler="pidgin_plugins_dialog_response_cb" swapped="no"/> <child internal-child="content_area"> - <object class="GPluginGtkView" id="view"/> + <object class="GtkBox"> + <property name="orientation">vertical</property> + <child> + <object class="GPluginGtkView" id="view"> + <property name="vexpand">1</property> + <property name="valign">fill</property> + </object> + </child> + </object> </child> <child internal-child="action_area"/> </template>