Issue #1025 - Place taken by expanded "Advanced Color Options"...

...leaves a space in GEGL Operation dialogs

Enable GtkExpander:resize-toplevel on the "Advanced Color Options"
expander.
This commit is contained in:
Michael Natterer 2018-11-21 21:37:42 +01:00
parent 36c885a6df
commit 8304d2b5b7
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ gimp_filter_tool_initialize (GimpTool *tool,
/* The Color Options expander */
expander = gtk_expander_new (_("Advanced Color Options"));
gtk_expander_set_resize_toplevel (GTK_EXPANDER (expander), TRUE);
gtk_box_pack_end (GTK_BOX (vbox), expander, FALSE, FALSE, 0);
g_object_bind_property (G_OBJECT (image->gimp->config),