Bug 723442 - Report Options - Report Name too short

This commit is contained in:
Geert Janssens 2014-06-10 13:40:28 +02:00
parent 247f086703
commit 2182746baf

View File

@ -1637,7 +1637,7 @@ gnc_option_set_ui_widget_string (GNCOption *option, GtkBox *page_box,
G_CALLBACK(gnc_option_changed_widget_cb), option);
gtk_box_pack_start(GTK_BOX(*enclosing), label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(*enclosing), value, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(*enclosing), value, TRUE, TRUE, 0);
gtk_widget_show_all(*enclosing);
return value;
}