elm image: Removed existing trailing whitespace while reading the

code.

SVN revision: 74031
This commit is contained in:
Daniel Juyung Seo 2012-07-18 02:25:38 +00:00
parent 6c7791d580
commit 5575df4a09
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ _elm_image_smart_sizing_eval(Evas_Object *obj)
maxh = h * sd->scale;
}
}
evas_object_size_hint_min_set(obj, minw, minh);
evas_object_size_hint_max_set(obj, maxw, maxh);
}