prevent focus on entry widgets in window properties dialog

SVN revision: 74169
This commit is contained in:
Mike Blumenkrantz 2012-07-19 08:30:26 +00:00
parent face60a774
commit e979dce925
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@ _bd_go(void *data, void *data2)
ob = e_widget_entry_add(evas, & (cfdata->val), NULL, NULL, NULL); \
if (!cfdata->val) e_widget_disabled_set(ob, 1); \
e_widget_entry_readonly_set(ob, 1); \
e_widget_disabled_set(ob, 1); \
e_widget_size_min_get(ob, &mw, &mh); \
e_widget_size_min_set(ob, 160, mh); \
e_widget_frametable_object_append(of, ob, x + 1, y, 1, 1, 1, 1, 1, 1); \