Hello,
I changed the position of the buttons with setLayout () on the cell S3,
but when I load the same program on a cellualre with lower resolutions, the buttons remain the same size, but the text inside the buttons is almost canceled.
Do you have any idea?
Sorry, but this looks very strange to me.
With Label1.TextSize= 2.95* TextScale
Label2.TextSize= 3.14 * TextScale
Two different text size adjustments for labels is strange ?
This means that the original height and / or text size are not coherent.
There can be different reasons, but without knowing what you are doing it's difficult to give any advice.
- Do you have AutoScale active in the Designer ?
- What are the backgrounds of the different views ?
- The padding can be different for different views.
etc.