bin/about: wrap sentences by word.

This commit is contained in:
ChunEon Park 2015-02-13 18:28:57 +09:00
parent 62cbb30270
commit 17d7879eea
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,8 @@
<font_size=11><b>[Enventor v0.4.0]</b></font_size>
This is an EDC editor with some convenient functions.
It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.
This is an EDC editor with some convenient functions. It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.
Please note that some features may not quite function correctly or completely
less EFL 1.12. Newer would be better.
Please note that some features may not quite function correctly or completely less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these.

View File

@ -233,6 +233,7 @@ about_open(menu_data *md)
elm_entry_scrollable_set(entry, EINA_TRUE);
elm_entry_line_wrap_set(entry, EINA_TRUE);
elm_entry_editable_set(entry, EINA_FALSE);
elm_entry_line_wrap_set(entry, ELM_WRAP_MIXED);
evas_object_show(entry);
elm_object_focus_set(entry, EINA_TRUE);
elm_object_part_content_set(layout, "elm.swallow.entry", entry);