bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/presentator.git/commit/?id=f1ab2bee2fceb56ff8e203cfa60db3db468af535

commit f1ab2bee2fceb56ff8e203cfa60db3db468af535
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Aug 3 13:57:41 2017 +0200

    presentator: really decrease the font size
---
 src/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/e_mod_main.c b/src/e_mod_main.c
index 43cd3c1..5083bc4 100644
--- a/src/e_mod_main.c
+++ b/src/e_mod_main.c
@@ -244,7 +244,7 @@ _decrease_fontsize(E_Object *e, const char *name)
 {
    float scale = elm_object_scale_get(lb);
 
-   config->scale = scale + 0.1;
+   config->scale = scale - 0.1;
    _flush_config();
 }
 

-- 


Reply via email to