Macro stepper: moved buttons out from under grow-box (thx Robby)
svn: r5510
This commit is contained in:
parent
b47ca09dc5
commit
3b3954c1f8
|
@ -91,6 +91,8 @@
|
||||||
(new button% (parent add-pane) (label "Show macro") (enabled #f)
|
(new button% (parent add-pane) (label "Show macro") (enabled #f)
|
||||||
(callback (lambda _ (add-show-identifier) (refresh)))))
|
(callback (lambda _ (add-show-identifier) (refresh)))))
|
||||||
|
|
||||||
|
(new grow-box-spacer-pane% (parent add-pane))
|
||||||
|
|
||||||
(send add-editor lock #t)
|
(send add-editor lock #t)
|
||||||
|
|
||||||
;; Methods
|
;; Methods
|
||||||
|
|
Loading…
Reference in New Issue
Block a user