set default font size to 14. Closes T3117

This commit is contained in:
Boris Faure 2016-03-07 19:37:10 +01:00
parent 07dc1fee17
commit d00a7363b3
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ config_default_font_set(Config *config, Evas *evas)
if (config->font_set)
{
config->font.bitmap = EINA_FALSE;
config->font.size = 12;
config->font.size = 14;
eina_stringshare_del(fname);
}
#undef FONT_DEJAVU