From e4de69a521571b85146229ebcb254eafafe27b86 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 30 Mar 1999 17:24:59 +0000 Subject: [PATCH] ... original commit: 625b99e400620644e4cffb151f9fc5d917964bf0 --- collects/framework/guiutils.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/guiutils.ss b/collects/framework/guiutils.ss index 64fdb1c6..6ffa6371 100644 --- a/collects/framework/guiutils.ss +++ b/collects/framework/guiutils.ss @@ -129,7 +129,7 @@ (make-object message% m vp)))) (send vp set-alignment 'left 'center) - (send hp set-alignment 'right 'top) + (send hp set-alignment 'right 'center) (send (make-object button% true-choice hp on-true '(border)) focus) (make-object button% false-choice hp on-false) (send dialog center 'both)