Restrict min size.

SVN revision: 31501
This commit is contained in:
Eric Schuele 2007-08-25 20:03:40 +00:00
parent 995a08a897
commit d5c17aebee
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
_fill_avail_list(cfdata);
e_widget_frametable_object_append(of, ow, 0, 0, 1, 1, 1, 1, 1, 1);
ow = e_widget_textblock_add(evas);
e_widget_min_size_set(ow, 200, 65);
cfdata->o_desc = ow;
e_widget_textblock_markup_set(ow, "Description: Unavailable.");
e_widget_frametable_object_append(of, ow, 0, 1, 1, 1, 1, 1, 1, 1);