Description
The SParameters components were hard to interact with in a touchscreen context. These changes make them bigger and make it easier to interact with.
Closes #945 (closed)
How to test it?
Open any application which uses SParameters, check it still works and the changes are applied.
Some results
QCheckBox (Bool)
The size of this component is bigger, which make it easier to use.
QPushButton (Reset buttons, Color)
The size of this component is slightly bigger.
Q*SpinBox (Double Spin, Int Spin)
The controls hitbox of this component is improved. The controls are also moved in the left and right extremities of the control, instead of only on the right, which allow them to be bigger (this is already effective on Sight thanks to the flatdark style).
QSlider (Double Slider, Int Slider)
The handle of the slider is bigger.
QComboBox (Enum)
The size of this component is slightly bigger.