I’d suspect that frame isn’t being scaled relative to the screen. Consider scaling the frame to scale to the screen with the size 1, 0, 1, 0
, and then apply any padding on the x and y offset values.
Here’s a tutorial if you don’t understand:
I’d suspect that frame isn’t being scaled relative to the screen. Consider scaling the frame to scale to the screen with the size 1, 0, 1, 0
, and then apply any padding on the x and y offset values.
Here’s a tutorial if you don’t understand: