Hello everyone,
I have a quite simple (stupid ?) question : I can’t find a way to change a button’s label “fontSize” property. I tried changing button._view._fontSize, but the displayed result doesn’t change, event after changing the text via “setLabel”.
Do I really have to recreate a button while destroying the previous one ? Changing some text’s size seems to be something quite simple, so having to destroy my widget and re-creating for that doesn’t sound right to me.