Fix the min size of the wallpaper file chooser so its in line with theme selector and wallpaper advanced dialogs.

SVN revision: 35531
This commit is contained in:
toma 2008-08-18 03:41:54 +00:00 committed by toma
parent 02490f2563
commit 9809a211eb
1 changed files with 1 additions and 1 deletions

View File

@ -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);