Sha256: 3c98e24a735c40d64c5b16a86431cfffb90ce42fedf0065dec540072b99ada57
Contents?: true
Size: 452 Bytes
Versions: 6
Compression:
Stored size: 452 Bytes
Contents
Shoes.app do stack margin: 50 do button "with 50px margin" end stack width: 0.5 do button "50% width" end stack width: 80, height: 100 do para "This para is in a stack that's 80px wide and 100px high" end stack width: -80 do button "100% - 80px width" end flow do stack width: 0.33 do button "inside flow left 1/3" end stack width: 0.67 do button "inside flow right 2/3" end end end
Version data entries
6 entries across 6 versions & 2 rubygems