macro-debugger: fixed button alignment (PR 9932)
svn: r12557
This commit is contained in:
parent
cea8e15d2e
commit
cacdcc55ac
|
@ -99,7 +99,10 @@
|
|||
get-definitions-text)
|
||||
|
||||
(define macro-debug-panel
|
||||
(new vertical-pane% (parent (get-button-panel))))
|
||||
(new horizontal-pane%
|
||||
(parent (get-button-panel))
|
||||
(stretchable-height #f)
|
||||
(stretchable-width #f)))
|
||||
(define macro-debug-button
|
||||
(new switchable-button%
|
||||
(label "Macro Stepper")
|
||||
|
|
Loading…
Reference in New Issue
Block a user