changed stretchable-in-[xy]? to stretchable-in-[xy]

original commit: e6784754d38d846d30ab355f2a0a68b6a3711483
This commit is contained in:
Richard Cobbe 1996-07-25 21:54:22 +00:00
parent 98bb8e137b
commit 4bbeb9bb32

View File

@ -282,9 +282,9 @@
(send bottom-panel change-children
(lambda (l)
(cons (make-object mred:panel% bottom-panel) l)))
(send popup-menu stretchable-in-x? #f)
(send bottom-panel stretchable-in-y? #f)
(send top-panel stretchable-in-y? #f)
(send popup-menu stretchable-in-x #f)
(send bottom-panel stretchable-in-y #f)
(send top-panel stretchable-in-y #f)
(send single-panel change-children (lambda (l) panels))
(send popup-menu set-selection 0)
(send single-panel active-child (car panels))
@ -311,4 +311,4 @@
(send preferences-dialog show #t)
(set! preferences-dialog (make-preferences-dialog)))))))))
(read-user-preferences)))
(read-user-preferences)))