diff --git a/collects/graphics/graphics-posn-less-unit.ss b/collects/graphics/graphics-posn-less-unit.ss index d412109e3a..893bf9e1a3 100644 --- a/collects/graphics/graphics-posn-less-unit.ss +++ b/collects/graphics/graphics-posn-less-unit.ss @@ -317,7 +317,10 @@ (close-viewport (send canvas get-viewport)) (send the-time stop) (inner (void) on-close)) - (super-instantiate ()))) + (super-instantiate () + [stretchable-height #f] + [stretchable-width #f] + [style '(no-resize-border)]))) (define repaint (lambda (viewport)