Oh, sorry, i mixed with the DropDown, my bad… what you want here is to
use your own class to display the options, you can subclass Label, do
this change, you can do it from kv as:
MyOptionLabel:
text_size = self.width, None
valign = 'left'
and pass MyOptionLabel as option_cls parameter to the Spinner()
that should do the trick.
> --
>
>