gui: linebreak for the about message.

This commit is contained in:
Daniel Juyung Seo 2014-08-13 22:02:18 +09:00
parent 00025af34f
commit 70ad8225cd
1 changed files with 2 additions and 1 deletions

View File

@ -311,7 +311,8 @@ _toolbar_about_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
elm_object_part_text_set(o, "title,text", "About");
elm_object_text_set(o, "Elm Theme Viewer v0.1 "
"@copyright 2012-2014. "
"Elm Theme Viewer team leaded by Daniel Juyung Seo.");
"Elm Theme Viewer team leaded <br>"
"by Daniel Juyung Seo.");
btn = elm_button_add(o);
elm_object_text_set(btn, "Close");
evas_object_smart_callback_add(btn, "clicked",