enforce min width for filepreview attr entries

This commit is contained in:
Mike Blumenkrantz 2015-01-15 01:55:54 -05:00
parent aee82c9123
commit 3fe721b521
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ _e_wid_fprev_preview_fs_widgets(E_Widget_Data *wd, Eina_Bool mount_point)
wd->labob, \
0, y, 1, 1, 0, 1, 0, 0, 1.0, 0.0); \
o = e_widget_entry_add(win, &(wd->preview_extra_text), NULL, NULL, NULL); \
evas_object_size_hint_min_get(o, &mw, &mh); \
e_widget_size_min_set(o, 100, mh); \
e_widget_entry_readonly_set(o, 1); \
wd->entob = o; \
e_widget_table_object_align_append(wd->o_preview_properties_table, \