]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gamelib/ui/ui.factor
factor: fix some spacing
[factor.git] / extra / gamelib / ui / ui.factor
index 74e8ce06b0a5cb214fe46ab07b3baa4c31835f7b..95747a17d3df1871c777b9b540c77e58af3600a5 100644 (file)
@@ -17,7 +17,7 @@ TUPLE: board-gadget < gadget dimension bg-color draw-quotes board gests textures
     wdt cols /i :> cellwidth 
     hgt rows /i :> cellheight
 
-   cellwidth cellheight { } 2sequence ;
+    cellwidth cellheight { } 2sequence ;
 
 :: get-dimension-matrix ( n gadget -- matrix )
     ! gets a matrix of all starting locations of cells
@@ -117,7 +117,7 @@ TUPLE: board-gadget < gadget dimension bg-color draw-quotes board gests textures
 
 ! SECTION: gadget methods
 M: board-gadget pref-dim*
-   dimension>> ;
+    dimension>> ;
 
 M: board-gadget handle-gesture
     swap over gests>> ?at