]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/baseline-alignment/baseline-alignment.factor
ui: cleanup some using lists.
[factor.git] / basis / ui / baseline-alignment / baseline-alignment.factor
index 9ed56a003a611b6d7fda88452a78bcf7759bc6c1..3678f9bbd17dfa149772f0e720d251ee514a255e 100644 (file)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays kernel locals math math.functions math.order math.vectors
-sequences ui.gadgets accessors combinators ;
+USING: accessors combinators kernel locals math math.functions
+math.order sequences ui.gadgets ;
 IN: ui.baseline-alignment
 
 SYMBOL: +baseline+
 
-
 TUPLE: aligned-gadget < gadget baseline cap-height ;
 
 GENERIC: baseline* ( gadget -- y )