mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 723442 - Report Options - Report Name too short
This commit is contained in:
parent
247f086703
commit
2182746baf
@ -1637,7 +1637,7 @@ gnc_option_set_ui_widget_string (GNCOption *option, GtkBox *page_box,
|
|||||||
G_CALLBACK(gnc_option_changed_widget_cb), option);
|
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), 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);
|
gtk_widget_show_all(*enclosing);
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user