forked from AuroraMiddleware/gtk
Corrected the published default value of GtkFrame::label-xalign (bug
* gtk/gtkframe.c: Corrected the published default value of GtkFrame::label-xalign (bug 460272). svn path=/trunk/; revision=18671
This commit is contained in:
parent
3465278f86
commit
0f9230d30a
@ -1,3 +1,8 @@
|
||||
2007-08-22 Tristan Van Berkom <tvb@gnome.org>
|
||||
|
||||
* gtk/gtkframe.c: Corrected the published default value of
|
||||
GtkFrame::label-xalign (bug 460272).
|
||||
|
||||
2007-08-21 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktooltip.c (gtk_tooltip_init),
|
||||
|
@ -114,7 +114,7 @@ gtk_frame_class_init (GtkFrameClass *class)
|
||||
P_("The horizontal alignment of the label"),
|
||||
0.0,
|
||||
1.0,
|
||||
0.5,
|
||||
0.0,
|
||||
GTK_PARAM_READWRITE));
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_LABEL_YALIGN,
|
||||
|
Loading…
Reference in New Issue
Block a user