Minor adjustment to the textblock so that the Module List resizes better,

not the textblock.


SVN revision: 31508
This commit is contained in:
Christopher Michael 2007-08-26 04:35:27 +00:00
parent 765874a681
commit 88d7be6331
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
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);
e_widget_frametable_object_append(of, ow, 0, 1, 1, 1, 1, 1, 1, 0);
ow = e_widget_button_add(evas, _("Load Module"), NULL, _btn_cb_load,
cfdata, NULL);
cfdata->b_load = ow;