diff options
author | toma <toma> | 2008-08-18 03:41:54 +0000 |
---|---|---|
committer | toma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-08-18 03:41:54 +0000 |
commit | 9809a211eb7a0a0e1a14af3749a2b48973a64adc (patch) | |
tree | 26a8bfda36ac6c8991b59176f41f6158f0eb7cf2 /src/modules/conf_wallpaper | |
parent | 02490f2563ff67cd844dafc59a6d8a41201d20af (diff) | |
download | enlightenment-9809a211eb7a0a0e1a14af3749a2b48973a64adc.tar.gz |
Fix the min size of the wallpaper file chooser so its in line with theme selector and wallpaper advanced dialogs.
SVN revision: 35531
Diffstat (limited to 'src/modules/conf_wallpaper')
-rw-r--r-- | src/modules/conf_wallpaper/e_int_config_wallpaper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper.c b/src/modules/conf_wallpaper/e_int_config_wallpaper.c index 739bdce1e5..ff66364e15 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); |