automata.ui: minor indentation fix

db4
Eduardo Cavazos 2008-11-16 23:31:36 -06:00
parent 7688c8eb48
commit fb45cd9e55
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ VAR: slate
! Call a 'model' quotation with the current 'view'.
: with-view ( quot -- )
slate> rect-dim first >width
slate> rect-dim second >height
call
slate> relayout-1 ;
slate> rect-dim first >width
slate> rect-dim second >height
call
slate> relayout-1 ;
! Create a quotation that is appropriate for buttons and gesture handler.