Macro stepper: moved buttons out from under grow-box (thx Robby)
svn: r5510 original commit: 3b3954c1f8979dfb53f57186f96a5d89ca727a39
This commit is contained in:
parent
2b70c4eb6f
commit
6641e1fe7a
|
@ -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