summaryrefslogtreecommitdiffstats
path: root/ext/tk
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-09 04:38:00 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-09 04:38:00 +0000
commit11971eada421922e1481d238fcb5015dd6b01a7a (patch)
tree45c2623d99b5169d6b41eccf784c0ae43ad5f9ea /ext/tk
parenta9bbcfbf61a1ae56fff58224042e5c384a8391a4 (diff)
downloadruby-11971eada421922e1481d238fcb5015dd6b01a7a.tar.gz
ruby-11971eada421922e1481d238fcb5015dd6b01a7a.tar.xz
ruby-11971eada421922e1481d238fcb5015dd6b01a7a.zip
* ext/tk/sample/demos-jp/goldberg.rb: reduced text size of "click to
continue". [ruby-dev:26003] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-rw-r--r--ext/tk/sample/demos-jp/goldberg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/sample/demos-jp/goldberg.rb b/ext/tk/sample/demos-jp/goldberg.rb
index d42d8ea58..592b69f77 100644
--- a/ext/tk/sample/demos-jp/goldberg.rb
+++ b/ext/tk/sample/demos-jp/goldberg.rb
@@ -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