macro-debugger: fixed button alignment (PR 9932)

svn: r12557
This commit is contained in:
Ryan Culpepper 2008-11-21 03:22:24 +00:00
parent cea8e15d2e
commit cacdcc55ac

View File

@ -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")