cosmetic for longer text.

SVN revision: 33593
This commit is contained in:
Carsten Haitzler 2008-01-25 01:24:30 +00:00
parent 4c72ca99bd
commit 6c730ee081
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ e_widget_fsel_add(Evas *evas, const char *dev, const char *path, char *selected,
wd->o_favorites_frame = o;
e_widget_sub_object_add(obj, o);
e_widget_min_size_set(o, 128, 128);
e_widget_table_object_append(wd->o_table2, o, 0, 1, 1, 1, 0, 1, 0, 1);
e_widget_table_object_append(wd->o_table2, o, 0, 1, 1, 1, 1, 1, 0, 1);
o = e_fm2_add(evas);
wd->o_files_fm = o;