Resize Window by 50% in only 1 dimension

This should be very simple, but I'm just not getting it. How do I resize a window to half its width without altering its height or position? And, how to do I resize a window to half its height without altering the width or position?

This is the latest I've been trying. It successfully resizes the width of the window but also its height.

1 Like

You've almost got it. Use
WINDOW(0,Height)

1 Like

Ah. Thank you!

1 Like