valign applied to tetxblock parts. yay!

SVN revision: 58203
This commit is contained in:
Carsten Haitzler 2011-03-30 11:43:22 +00:00
parent df16f26dc7
commit 51a9855952
2 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,7 @@ PKG_CHECK_MODULES([EDJE],
[
eina >= 1.0.0
eet >= 1.4.0
evas >= 1.0.0
evas >= 1.0.999
ecore >= 1.0.0
ecore-file >= 1.0.0
embryo >= 1.0.0

View File

@ -914,6 +914,7 @@ _edje_part_recalc_single_textblock(FLOAT_T sc,
if (*maxh < *minh) *maxh = *minh;
}
}
evas_object_textblock_valign_set(ep->object, chosen_desc->text.align.y);
}
}