no default size for alerts
parent
65060e8a3e
commit
3645d28b1a
|
@ -1 +1 @@
|
|||
Subproject commit 54edac761ab48bee66f8db0210c27d52b72a94ef
|
||||
Subproject commit 98627a6ce4a1ef23691cfb752fecf056e2eacd01
|
|
@ -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 ;
|
Loading…
Reference in New Issue