SpinBox seems to shift around everytime its selected or modified.
Even when using a increment/decrement button , it shifts the value of a few pixels up or down.
I tried using a new fresh spinbox, it does the same. This is either squareline or LVGL, im wondering if theres a fix? It looks really ugly
When you create a spinbox, there is a default (Monserrat 14) setting for the font size. You created customized fonts, sized different than the default setting, therefore you have to adjust the spinbox to them. Please resize the pinbox’s size until it does not bounce. You can also set the width and height to “content”, which will set the spinbox size automatically.