term cmd - font big - multiple size by 2 not set to fixed 20 size

this is a more sensible way to size up a scaleable font...
This commit is contained in:
Carsten Haitzler 2019-12-06 09:32:53 +00:00
parent 374d1b3e29
commit 908fa7ee61
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ _termcmd_font_size(Evas_Object *obj,
eina_stringshare_del(config->font.name);
config->font.name = eina_stringshare_add("10x20.pcf");
}
new_size = 20;
new_size = config->font.size * 2;
}
else if (cmd[0] == '+') // size up
{