and also for the vertical layout

SVN revision: 39291
This commit is contained in:
Viktor Kojouharov 2009-02-28 17:56:06 +00:00
parent 6554ab44d6
commit fee3b366bf
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ evas_object_box_layout_vertical(Evas_Object *o, Evas_Object_Box_Data *priv, void
y += remaining * priv->align.v;
else if (n_children == 1)
y += remaining / 2;
else
else if (remaining > 0)
{ /* justified */
_fixed_point_divide_and_decompose_integer
(remaining, n_children - 1, &global_pad, &pad_inc);