elementary/ctxpopup - fixed tailing whitespace.

SVN revision: 57652
This commit is contained in:
ChunEon Park 2011-03-10 05:58:31 +00:00
parent be17c2122d
commit 69fad7b41a
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ _sizing_eval(Evas_Object *obj)
//resize scroller according to final size.
if (!wd->content)
evas_object_smart_calculate(wd->scr);
evas_object_smart_calculate(wd->scr);
evas_object_move(wd->base, rect.x, rect.y);
evas_object_resize(wd->base, rect.w, rect.h);