samples/simple_form.rb in shoes-4.0.0.pre12 vs samples/simple_form.rb in shoes-4.0.0.rc1

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + Shoes.app width: 320, height: 420 do static_dir = File.expand_path(File.join(__FILE__, "..")) background File.join(static_dir, "menu-gray.png") image File.join(static_dir, "menu-top.png"), height: 50 image File.join(static_dir, "menu-left.png"), top: 50, width: 55