summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-02-07 15:04:11 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-02-07 15:04:11 +0100
commitedca0467276d5ad867e491247246fe833b5c320c (patch)
treefb4b0fe806d300e0565bc866eb32a0fa4c79d772
parentFix NS again. (diff)
downloadmath-parse-edca0467276d5ad867e491247246fe833b5c320c.tar.gz
math-parse-edca0467276d5ad867e491247246fe833b5c320c.tar.xz
Fix button widths.HEADmaster
-rw-r--r--gui.rkt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.rkt b/gui.rkt
index 661f138..ce12285 100644
--- a/gui.rkt
+++ b/gui.rkt
@@ -50,6 +50,7 @@
(new button%
[parent par]
[label (~a lbl)]
+ [min-width 30]
[callback
(lambda (button event)
(send msg
@@ -73,6 +74,7 @@
(new button%
[parent top-op-panel]
[label "←"]
+ [min-width 30]
[callback
(lambda (button event)
(define str (send msg get-label))
@@ -82,6 +84,7 @@
(new button%
[parent bottom-op-panel]
[label "="]
+ [min-width 30]
[callback
(lambda (button event)
(define ^ expt)