After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597841 - GtkCheckButton does not allow setting an alignment for indicator
GtkCheckButton does not allow setting an alignment for indicator
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkButton
2.18.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-10-08 18:29 UTC by Pascal Terjan
Modified: 2016-03-06 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pascal Terjan 2009-10-08 18:29:20 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.
Comment 1 Matthias Clasen 2016-03-06 15:28:08 UTC
it should be possible to do this now, by setting a suitable baseline-row on the grid containing your text and image