Hello, I am making an application that needs a borderless window. The issue is that using for example,
DisplayServer.window_set_size(Vector2i(600, 600))
results in the weird problems with the UI like in the picture below.

I use Godot 4.1 Latest Release version