1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/sample/demos-jp/goldberg.rb: reduced text size of "click to

continue". [ruby-dev:26003]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-04-09 04:38:00 +00:00
parent e1510f334d
commit 458547da6a

View file

@ -1782,10 +1782,10 @@ class TkGoldberg_Demo
if step >= 3
@canvas.delete('I24', 'I26')
TkcText.new(@canvas, 430, 740, :anchor=>:s, :tag=>'I26',
TkcText.new(@canvas, 430, 735, :anchor=>:s, :tag=>'I26',
#:text=>'click to continue',
:text=>'クリックでリセットします',
:font=>['Times Roman', 24, :bold])
:font=>['Times Roman', 20, :bold])
@canvas.bind('1', proc{reset})
return 4
end