Skip to content

Issues #8569, #9253: Script-fu Console and Plug-in/Procedure Browser dialogues smaller than the 2.10 version

Alx Sa requested to merge alxsa-enlarge-script-fu-console into master

This patch attempts to resolve #8569 (closed) and #9253 (closed).

Compared to 2.10, the Script-Fu Console and Plug-in/Procedure Browser dialogues in 2.99 are very small. The GUI code between the two are very similar, but it seems the gtk_widget_set_size_request () commands applied to individual widgets are not "bubbling up" to increase the size of the dialogue itself. The same gtk_widget_set_size_request () function is thus applied to the dialogues as well.

Feedback appreciated!

Merge request reports