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:
@ -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>
|
2007-08-21 Kristian Rietveld <kris@imendio.com>
|
||||||
|
|
||||||
* gtk/gtktooltip.c (gtk_tooltip_init),
|
* gtk/gtktooltip.c (gtk_tooltip_init),
|
||||||
|
@ -114,7 +114,7 @@ gtk_frame_class_init (GtkFrameClass *class)
|
|||||||
P_("The horizontal alignment of the label"),
|
P_("The horizontal alignment of the label"),
|
||||||
0.0,
|
0.0,
|
||||||
1.0,
|
1.0,
|
||||||
0.5,
|
0.0,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_LABEL_YALIGN,
|
PROP_LABEL_YALIGN,
|
||||||
|
Reference in New Issue
Block a user