]> gitweb.factorcode.org Git - factor.git/commitdiff
no default size for alerts
authorSam Anklesaria <sam@Tintin.local>
Fri, 29 May 2009 02:17:24 +0000 (21:17 -0500)
committerSam Anklesaria <sam@Tintin.local>
Fri, 29 May 2009 02:17:24 +0000 (21:17 -0500)
extra/darcs-ui
extra/ui/gadgets/alerts/alerts.factor

index 54edac761ab48bee66f8db0210c27d52b72a94ef..98627a6ce4a1ef23691cfb752fecf056e2eacd01 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 54edac761ab48bee66f8db0210c27d52b72a94ef
+Subproject commit 98627a6ce4a1ef23691cfb752fecf056e2eacd01
index 599bdd7279a99e38c22c9bad83b8dbe3afde9380..8c04362b285641be9f5119f5f463d237dee54726 100644 (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 ;
\ No newline at end of file