Need a few more pixels in height to accomodate 4 full lines of text without a scrollbar.

SVN revision: 31545
This commit is contained in:
Eric Schuele 2007-08-27 03:05:10 +00:00
parent ef88977674
commit 9d8ff9e4cf
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,8 @@ _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);
e_widget_min_size_set(ow, 200, 70);
//e_widget_can_focus_set(ow, 0);
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, 0);