gtkplugin: fix plugin preferences dialog resize

Thu, 28 Apr 2016 10:42:14 +0200

author
Jakub Adam <jakub.adam@ktknet.cz>
date
Thu, 28 Apr 2016 10:42:14 +0200
changeset 37688
7d9ac7dbfdac
parent 37683
c6d4df666069
child 37689
1e3a33f69fab

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,

mercurial