You should be able to have any size.
Have you tried going to properties/options window and changing Width/Height numbers?
What about dragging corner of the window?
The window is currently limited to the resolution of the machine you're creating it on. Can you not make your resolution any higher?
It would be nice to have some sort of scrollable "canvas" to work within; I'm not sure if it's ever been requested.
You can change the size by editing the interface file in a text editor, but I think it will just change back if you open the window in DM.
Your best bet may be to design your interface at 800x600, and set up all the anchors so it resizes properly to 1024x768, and just winset() it to the desired size at Login().
You're making a mistake by designing huge. You should design small, and make it stretch to any size. Few users will have 800x600 limitations anymore, but 1024x768 (with a chunk taken out for the taskbar) is hardly uncommon, so you should always plan for the smaller size since that also avoids any issues where the system gets confused trying to place elements in a way it can't. (For the most part I think such issues have been long quashed, but I wouldn't count on it. Designing small is safest.)
Have you tried going to properties/options window and changing Width/Height numbers?
What about dragging corner of the window?