Preview widget resize fix for theme dialog.

SVN revision: 27313
This commit is contained in:
Christopher Michael 2006-12-01 17:27:44 +00:00
parent 3174827501
commit c50e449cbe
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
if (cfdata->theme)
f = cfdata->theme;
e_widget_preview_edje_set(o, f, "e/desktop/background");
e_widget_list_object_append(of, o, 0, 0, 0.5);
e_widget_list_object_append(of, o, 1, 1, 0.5);
e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);