From 0d6d23b25db0e7d14969504eeba6ac31581a79a2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 May 2011 09:26:02 +0000 Subject: * ext: remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/irbtkw.rbw | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/tk/sample/irbtkw.rbw') diff --git a/ext/tk/sample/irbtkw.rbw b/ext/tk/sample/irbtkw.rbw index 04de3a2022..b75ebca48d 100644 --- a/ext/tk/sample/irbtkw.rbw +++ b/ext/tk/sample/irbtkw.rbw @@ -41,12 +41,12 @@ else fnt = ['courier', '-12'] end -console = TkTextIO.new(top, :mode=>:console, - :width=>80).pack(:side=>:left, +console = TkTextIO.new(top, :mode=>:console, + :width=>80).pack(:side=>:left, :expand=>true, :fill=>:both) -console.yscrollbar(TkScrollbar.new(top, :width=>10).pack(:before=>console, - :side=>:right, - :expand=>false, +console.yscrollbar(TkScrollbar.new(top, :width=>10).pack(:before=>console, + :side=>:right, + :expand=>false, :fill=>:y)) # save original I/O -- cgit v1.2.3