diff src/ui_utildlg.c @ 1807:3a2aff957816

Allow scrollview to grow when generic dialog is resized (ie. Metadata write ? dialog). Do not force scrollbar if not needed.
author zas_
date Sat, 27 Feb 2010 23:31:07 +0000
parents 956aab097ea7
children c416d099a3dc
line wrap: on
line diff
--- a/src/ui_utildlg.c	Sat Feb 27 20:35:26 2010 +0000
+++ b/src/ui_utildlg.c	Sat Feb 27 23:31:07 2010 +0000
@@ -178,7 +178,7 @@
 	GtkWidget *vbox;
 	GtkWidget *label;
 
-	hbox = pref_box_new(gd->vbox, FALSE, GTK_ORIENTATION_HORIZONTAL, PREF_PAD_SPACE);
+	hbox = pref_box_new(gd->vbox, TRUE, GTK_ORIENTATION_HORIZONTAL, PREF_PAD_SPACE);
 	if (icon_stock_id)
 		{
 		GtkWidget *image;