no default size for alerts

db4
Sam Anklesaria 2009-05-28 21:17:24 -05:00
parent 65060e8a3e
commit 3645d28b1a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 54edac761ab48bee66f8db0210c27d52b72a94ef
Subproject commit 98627a6ce4a1ef23691cfb752fecf056e2eacd01

View File

@ -24,6 +24,6 @@ MACRO: ask-buttons ( buttons -- quot ) dup length [
[ swap
[ 22 wrap-lines <label> T{ font { name "sans-serif" } { size 18 } } >>font ,
[ [ <frp-bevel-button> [ close-window ] >>hook -> ] map ] <hbox> , ] <vbox>
{ 200 110 } >>pref-dim "" open-window
"" open-window
] dip firstn
] 2curry ;