achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font HSpace & VSpace not applicable to BTNS, CHBX

opened this issue · comments

For example correct buttons, need correct code from this place:
7120: txt.h_space = 2;
7121: txt.v_space = 2;
to
7120: txt.h_space = btn->h_space;
7121: txt.v_space = btn->v_space;
e.g. for CheckBoxes