Changeset 84 for trunk/samples

Show
Ignore:
Timestamp:
08/09/2007 15:25:38 (13 months ago)
Author:
why
Message:

* samples/form.rb: match the look of the example on hackety.org.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/form.rb

    r80 r84  
    11name, phone, address = nil 
    2 Shoes.app do 
     2Shoes.app :width => 320, :height => 350 do 
    33  background "static/menu-gray.png" 
    44  background "static/menu-top.png", :height => 50 
     
    88  image "static/menu-corner2.png", :right => 0, :top => 0 
    99 
    10   stack :marginleft => 20 do 
     10  stack :margin => 40 do 
    1111    stack :margin => 10 do 
    1212      text "Name"