about - adjust font size from 12 -> default

This commit is contained in:
ChunEon Park 2014-02-22 15:10:50 +09:00
parent a020bbe71e
commit 5000b3c3a2
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ about_open(menu_data *md)
elm_object_part_content_set(layout, "elm.swallow.entry", entry);
elm_entry_entry_append(entry, "<color=#ffffff><font_size=12>");
elm_entry_entry_append(entry, "<color=#ffffff>");
//Read README
char buf[PATH_MAX];