diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2007-12-14 17:11:09 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2007-12-14 17:11:09 +0000 |
commit | c5748c99a0cf32fbdbf9fe514ba3459754aff572 (patch) | |
tree | 88df15a3b16b3f26f1dc1f7a83fe42ba72fcb60d /src/modules/conf_theme | |
parent | 5486f1a7979459271aa1619ddbb64d4e562e2f76 (diff) | |
download | enlightenment-c5748c99a0cf32fbdbf9fe514ba3459754aff572.tar.gz |
No need to expand width on the preview frame because the actual preview
never changes size anyway.
SVN revision: 33133
Diffstat (limited to 'src/modules/conf_theme')
-rw-r--r-- | src/modules/conf_theme/e_int_config_theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_theme/e_int_config_theme.c b/src/modules/conf_theme/e_int_config_theme.c index 0db12d308f..71ee4dcb34 100644 --- a/src/modules/conf_theme/e_int_config_theme.c +++ b/src/modules/conf_theme/e_int_config_theme.c @@ -1097,7 +1097,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data e_widget_preview_edje_set(ob, cfdata->theme, "e/desktop/background"); e_widget_aspect_child_set(oa, ob); e_widget_framelist_object_append(of, oa); - e_widget_table_object_append(ot, of, 2, 0, 1, 1, 1, 1, 1, 1); + e_widget_table_object_append(ot, of, 2, 0, 1, 1, 1, 1, 0, 1); _fill_files_ilist(cfdata); _fill_categories_ilist(cfdata); |