Thu, 28 Apr 2016 10:42:14 +0200
gtkplugin: fix plugin preferences dialog resize
When the window is resized vertically, let the preferences box fill
the additional space.
| pidgin/gtkplugin.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkplugin.c Fri May 27 09:42:30 2016 -0500 +++ b/pidgin/gtkplugin.c Thu Apr 28 10:42:14 2016 +0200 @@ -343,6 +343,7 @@ purple_plugin_info_set_ui_data(info, NULL); return; } + gtk_widget_set_vexpand(box, TRUE); ui_data->u.frame.dialog = dialog = gtk_dialog_new_with_buttons( PIDGIN_ALERT_TITLE, parent,