From 43178804513e43fd48350cf44a80f42be74c9d44 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 13 Jun 2002 00:25:35 +0000 Subject: [PATCH] . original commit: a82ddc31bab4b18f5f49f015bc1dfd051740fe80 --- collects/framework/gui-utils.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/framework/gui-utils.ss b/collects/framework/gui-utils.ss index c29641e2..0683f4a8 100644 --- a/collects/framework/gui-utils.ss +++ b/collects/framework/gui-utils.ss @@ -422,6 +422,7 @@ (send ec min-width 400) (send ec min-height 200) (send t insert message) + (send t set-position 0) (send t auto-wrap #t) (send t lock #t)))