raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=908fa7ee619e5bc636e182e715610013bda45485

commit 908fa7ee619e5bc636e182e715610013bda45485
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Dec 6 09:32:53 2019 +0000

    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...
---
 src/bin/termcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termcmd.c b/src/bin/termcmd.c
index 3b2e733..e3464ac 100644
--- a/src/bin/termcmd.c
+++ b/src/bin/termcmd.c
@@ -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
           {

-- 


Reply via email to