widget resolution

When I add a 1280 * 720 image with a widget to a screen with a resolution of 1280 * 720, it becomes smaller than it really is. Why is this?

to a screen with a resolution of 1280
720

Full screen borderless? Can you show an example?

screen shot

That’s because you’re using a canvas. If you want something full screen that is not offset, there’s no need for canvas as the parent. Try this:

This way it will always be full screen.

I did not use the canvas, but the result was the same.
By the way, this problem does not occur when setting 1920 * 1080.
thx

answer.

Your image is not covering the whole screen.