How can I make the font size of this text label within a custom component (an app footer) change according to screen size?
The following code (on the size property of this label) does not result on any change:
Switch(App.ActiveScreen.Size,1,12,2,14,3,16)