![]() Squeak Smalltalk : UI : ![]() Display Window Size |
What should work to adjust Squeak's window size is this: DisplayScreen depth: 32 width: 800 height: 600 fullscreen: false However, it is unimplemented on Linux and buggy on Mac (it resizes the screen even if fullscreen is false, instead of only the window)