presentator: really decrease the font size

This commit is contained in:
Marcel Hollerbach 2017-08-03 13:57:41 +02:00
parent 1214dc9cbe
commit f1ab2bee2f
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}