GNOME Bugzilla – Bug 597841
GtkCheckButton does not allow setting an alignment for indicator
Last modified: 2016-03-06 15:28:08 UTC
I have a list of choices Each of the choices is a line of text (title) + an image under it It would be nice to be able to set y-alignment to 0 so that the indicator is aligned with the line of text. Unfortunately the code uses currently /2 and there is no way to set it.
it should be possible to do this now, by setting a suitable baseline-row on the grid containing your text and image