Good afternoon.
I’m trying to resize a window dynamically when pressing a button.
The resizing part is ok, but when I resize it, the container pushes its content to the right side.
How can I remove the green blank space between the window left edge and the content?
My button code is (mouse pressed event):
Thanks.