From ad5c53dd3a9bf788450bb44d29d430f3f2a128cf Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 16 Jun 2012 18:21:48 +0000 Subject: [PATCH] touch up options SVN revision: 72245 --- src/bin/options_behavior.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c index c2bb2e8e..a23e2db3 100644 --- a/src/bin/options_behavior.c +++ b/src/bin/options_behavior.c @@ -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) {