achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems
Other
1.2k stars 415 forks source link

Font HSpace & VSpace not applicable to BTNS, CHBX #37

Open ghost opened 4 years ago

ghost commented 4 years ago

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