box-layout: Fix missing spaces in the blurbs of vertical and homogeneous
This commit is contained in:
parent
9258f9bebb
commit
9ae1729f37
@ -1088,8 +1088,8 @@ clutter_box_layout_class_init (ClutterBoxLayoutClass *klass)
|
|||||||
*/
|
*/
|
||||||
pspec = g_param_spec_boolean ("vertical",
|
pspec = g_param_spec_boolean ("vertical",
|
||||||
P_("Vertical"),
|
P_("Vertical"),
|
||||||
P_("Whether the layout should be vertical, rather"
|
P_("Whether the layout should be vertical, "
|
||||||
"than horizontal"),
|
"rather than horizontal"),
|
||||||
FALSE,
|
FALSE,
|
||||||
CLUTTER_PARAM_READWRITE);
|
CLUTTER_PARAM_READWRITE);
|
||||||
g_object_class_install_property (gobject_class, PROP_VERTICAL, pspec);
|
g_object_class_install_property (gobject_class, PROP_VERTICAL, pspec);
|
||||||
@ -1104,8 +1104,8 @@ clutter_box_layout_class_init (ClutterBoxLayoutClass *klass)
|
|||||||
*/
|
*/
|
||||||
pspec = g_param_spec_boolean ("homogeneous",
|
pspec = g_param_spec_boolean ("homogeneous",
|
||||||
P_("Homogeneous"),
|
P_("Homogeneous"),
|
||||||
P_("Whether the layout should be homogeneous, i.e."
|
P_("Whether the layout should be homogeneous, "
|
||||||
"all childs get the same size"),
|
"i.e. all childs get the same size"),
|
||||||
FALSE,
|
FALSE,
|
||||||
CLUTTER_PARAM_READWRITE);
|
CLUTTER_PARAM_READWRITE);
|
||||||
g_object_class_install_property (gobject_class, PROP_HOMOGENEOUS, pspec);
|
g_object_class_install_property (gobject_class, PROP_HOMOGENEOUS, pspec);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user