elementary/elm_entry : fix wrong indentations

SVN revision: 61554
This commit is contained in:
WooHyun Jung 2011-07-21 11:30:05 +00:00
parent 864c4ae940
commit 041f361959
1 changed files with 2 additions and 2 deletions

View File

@ -666,12 +666,12 @@ _elm_win_recalc_job(void *data)
evas_object_size_hint_min_get(data, &ominw, NULL);
minw = ominw;
}
elm_coords_finger_size_adjust(1, &fw, 1, &fh);
if (wd->scroll)
{
Evas_Coord vmw = 0, vmh = 0;
edje_object_size_min_calc
(elm_smart_scroller_edje_object_get(wd->scroller),
&vmw, &vmh);