Skip to content

Issue #10026: fix GUI twitching due to checkbutton widgets changing size when the label is bold

Mark Sweeney requested to merge pixelmixer/gimp-plugins:bold-label-size into master

Issue #10026 (closed): fix GUI twitching due to checkbutton widgets changing size when the label is bold

Fixes a GUI twitch, caused by a label size change, when a checkbutton is checked and the font becomes bold. Adds a utility function that gets the bold size of a label, this can then be used to set the label widget to a fixed size.

Edited by Mark Sweeney

Merge request reports