]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/debug/debug.factor
ui: cleanup some using lists.
[factor.git] / basis / ui / gadgets / debug / debug.factor
index 786a97f6890bc4684f71966bba6cdde68cc6ab2a..8aba04b50f7f7e099cd8c4968917d8cd0e1b4be6 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays colors.constants combinators kernel
-opengl sequences ui ui.baseline-alignment ui.gadgets
-ui.gadgets.buttons ui.gadgets.labels ui.pens ui.render ui.text
-ui.gadgets.private dlists namespaces io.streams.string io ;
+USING: accessors arrays colors.constants dlists io
+io.streams.string kernel namespaces opengl sequences ui
+ui.baseline-alignment ui.gadgets ui.gadgets.buttons
+ui.gadgets.labels ui.gadgets.private ui.pens ui.render ui.text ;
 IN: ui.gadgets.debug
 
 ! We can't print to output-stream here because that might be a pane
@@ -62,4 +62,4 @@ M: metrics-paint draw-boundary
     2bi ;
 
 : <metrics-gadget> ( text font -- gadget )
-    [ <label> ] dip >>font metrics-paint >>boundary ;
\ No newline at end of file
+    [ <label> ] dip >>font metrics-paint >>boundary ;