E scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.

SVN revision: 78662
This commit is contained in:
Tom Hacohen 2012-10-30 14:06:08 +00:00
parent 00698b999e
commit 25ee210ef8
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ EAPI Evas_Object
e_entry_size_min_get(o, &minw, &minh);
e_widget_size_min_set(obj, minw, minh);
evas_object_size_hint_min_set(obj, minw, minh);
wd->func = func;
wd->data = data;