Changeset 451 for trunk/samples

Show
Ignore:
Timestamp:
03/04/2008 12:08:50 (6 months ago)
Author:
why
Message:
  • samples/form.rb: images were broken.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/form.rb

    r213 r451  
    11Shoes.app :width => 320, :height => 350 do 
    2   background "static/menu-gray.png" 
    3   background "static/menu-top.png", :height => 50 
    4   background "static/menu-left.png", :top => 50, :width => 55 
    5   background "static/menu-right.png", :right => 0, :top => 50, :width => 55 
    6   image "static/menu-corner1.png", :top => 0, :left => 0 
    7   image "static/menu-corner2.png", :right => 0, :top => 0 
     2  background "../static/menu-gray.png" 
     3  background "../static/menu-top.png", :height => 50 
     4  background "../static/menu-left.png", :top => 50, :width => 55 
     5  background "../static/menu-right.png", :right => 0, :top => 50, :width => 55 
     6  image "../static/menu-corner1.png", :top => 0, :left => 0 
     7  image "../static/menu-corner2.png", :right => 0, :top => 0 
    88 
    99  stack :margin => 40 do