touch up options

SVN revision: 72245
This commit is contained in:
Carsten Haitzler 2012-06-16 18:21:48 +00:00
parent 4aed1d8a50
commit ad5c53dd3a
1 changed files with 2 additions and 1 deletions

View File

@ -87,8 +87,9 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
op_wordsep = o = elm_entry_add(opbox);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
elm_entry_scrollable_set(o, EINA_TRUE);
elm_entry_single_line_set(o, EINA_TRUE);
elm_entry_scrollable_set(o, EINA_TRUE);
elm_entry_scrollbar_policy_set(o, ELM_SCROLLER_POLICY_OFF, ELM_SCROLLER_POLICY_OFF);
txt = elm_entry_utf8_to_markup(config->wordsep);
if (txt)
{