ui: minor annoyances reduce.

This commit is contained in:
Alastair Poole 2020-12-24 10:53:20 +00:00
parent f80a020fce
commit f221609555
2 changed files with 2 additions and 2 deletions

View File

@ -1132,7 +1132,7 @@ _info_tab_add(Evas_Object *parent, Ui_Data *pd)
tb = elm_entry_textblock_get(entry);
sz = evisum_ui_textblock_font_size_get(tb);
evisum_ui_textblock_font_size_set(tb, sz - 2);
evisum_ui_textblock_font_size_set(tb, sz - 1);
return fr;
}

View File

@ -359,7 +359,7 @@ about_anim(void *data)
if (ad->pos <= -oh) ad->pos = h;
if (!(t % 20)) begin = 1;
if (!(t % 120)) begin = 1;
if (!begin) return EINA_TRUE;