From 88d7be63319ec1a2ccf5f7aa0b342c2d504295cb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 26 Aug 2007 04:35:27 +0000 Subject: [PATCH] Minor adjustment to the textblock so that the Module List resizes better, not the textblock. SVN revision: 31508 --- src/bin/e_int_config_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index 36a07c16f..e64c647ef 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -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;