Hello!
How to solve the problem of a fixed application size and different screen resolutions for users.
For example, with a fixed window size Width: 350 and Height: 550 on 1920x1080, everything is displayed correctly, but if you open the application on a computer with a screen resolution of 3840x2160, then using it will simply be impossible.
How to solve the problem of a fixed application size and different screen resolutions for users.
For example, with a fixed window size Width: 350 and Height: 550 on 1920x1080, everything is displayed correctly, but if you open the application on a computer with a screen resolution of 3840x2160, then using it will simply be impossible.