Macro stepper: moved buttons out from under grow-box (thx Robby)

svn: r5510
This commit is contained in:
Ryan Culpepper 2007-01-30 21:38:01 +00:00
parent b47ca09dc5
commit 3b3954c1f8

View File

@ -90,7 +90,9 @@
(define add-show-id-button
(new button% (parent add-pane) (label "Show macro") (enabled #f)
(callback (lambda _ (add-show-identifier) (refresh)))))
(new grow-box-spacer-pane% (parent add-pane))
(send add-editor lock #t)
;; Methods