Skip to content

Add size attribute to Spinner

Sandro Lutz requested to merge spinner-enhancement into master

It is much easier to specify the size of the spinner instead of width and height, because the spinner must be square.

Therefore, this MR adds the attribute size to the Spinner component.

Merge request reports