Macro stepper: moved buttons out from under grow-box (thx Robby)
svn: r5510
This commit is contained in:
parent
b47ca09dc5
commit
3b3954c1f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user