Some way to increase and decrease a frame / button ... if the resolution is large or small

Let’s take a look at the resolution of an average laptop with a 1366x768 resolution:

And now let’s look at the resolution of a 640x480 resolution VGA:

As you can see the text label is very big in this last photo so here’s my question. Is there any way to decrease this textlabel for pcs with small resolutions but stay the same as the first image for large resolutions?

I would say to use UIAscpectRatioConstraint so it will be good to each device. and change the AspectRatio

1 Like

it seems that it has changed a little (I also had to move the properties), thanks I will read more about this object.

1 Like