Make the text editable even on latest elementary

This commit is contained in:
Andy Williams 2014-02-26 10:06:54 +00:00
parent c50d52e89a
commit aacba8c61a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ _edi_mainview_open_file_text(const char *path)
Edi_Mainview_Item *item;
txt = elm_entry_add(nf);
elm_entry_editable_set(txt, EINA_TRUE);
elm_entry_scrollable_set(txt, EINA_TRUE);
elm_entry_text_style_user_push(txt, "DEFAULT='font=Monospace font_size=12'");
elm_entry_file_set(txt, path, ELM_TEXT_FORMAT_PLAIN_UTF8);