From 9809a211eb7a0a0e1a14af3749a2b48973a64adc Mon Sep 17 00:00:00 2001 From: toma Date: Mon, 18 Aug 2008 03:41:54 +0000 Subject: [PATCH] Fix the min size of the wallpaper file chooser so its in line with theme selector and wallpaper advanced dialogs. SVN revision: 35531 --- src/modules/conf_wallpaper/e_int_config_wallpaper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper.c b/src/modules/conf_wallpaper/e_int_config_wallpaper.c index 739bdce1e..ff66364e1 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper.c @@ -526,7 +526,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) _cb_files_files_deleted, cfdata); e_widget_flist_path_set(ow, path, "/"); - e_widget_min_size_set(ow, 60, 60); + e_widget_min_size_set(ow, 160, 160); e_widget_table_object_append(ot, ow, 0, 2, 1, 1, 1, 1, 1, 1); e_widget_list_object_append(o, ot, 1, 1, 0.0);