Sha256: 76fdad6667c1988a19278d47bf5495f6ab88e71d9dae9def410bdc6a47ce85fc
Contents?: true
Size: 507 Bytes
Versions: 6
Compression:
Stored size: 507 Bytes
Contents
require 'purple_shoes' Shoes.app width: 305, height: 460 do background lightskyblue flow do background green 3.times do button 'button', margin: 5 edit_line margin_top: 5 end end image File.join(DIR, '../static/purple_shoes-icon.png'), margin: 20, margin_left: 80 tagline fg(em(strong('A sample for margin style.')), maroon), margin: [30, 0, 0, 30] flow do background gold 10.times{button 'button', margin: [10, 5, 0, 5]} end end
Version data entries
6 entries across 6 versions & 1 rubygems