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 536537 - GtkCellRenderer "xalign" property default value is incorrect
GtkCellRenderer "xalign" property default value is incorrect
Status: RESOLVED DUPLICATE of bug 540829
Product: gtk+
Classification: Platform
Component: Documentation
2.12.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-06-04 03:18 UTC by Matt Johnston
Modified: 2009-11-27 04:06 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
simple pygtk testcase (627 bytes, text/plain)
2008-06-04 03:19 UTC, Matt Johnston
Details

Description Matt Johnston 2008-06-04 03:18:37 UTC
Documentation 
Section: Gtk+ Reference Manual
The :xalign property
Default value: 0.5

Correct version:
Default value: 0.0

Other information:
Comment 1 Matt Johnston 2008-06-04 03:19:34 UTC
Created attachment 112102 [details]
simple pygtk testcase
Comment 2 Matthias Clasen 2008-06-08 02:29:28 UTC
GtkCellRendererText has a different default value than GtkCellRenderer.
To fix the default values reported in the docs, we'd have to override the property in the derived class. This also affects xpad and ypad
Comment 3 Matt Johnston 2009-11-27 04:06:33 UTC

*** This bug has been marked as a duplicate of bug 540829 ***