[Fxruby-commits] CVS: FXRuby/examples datatarget.rb,1.10.2.1,1.10.2.2
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-13 22:40:49
|
Update of /cvsroot/fxruby/FXRuby/examples In directory usw-pr-cvs1:/tmp/cvs-serv27438 Modified Files: Tag: release10 datatarget.rb Log Message: Fixed a little typo in the comments. Index: datatarget.rb =================================================================== RCS file: /cvsroot/fxruby/FXRuby/examples/datatarget.rb,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** datatarget.rb 30 Apr 2002 19:45:01 -0000 1.10.2.1 --- datatarget.rb 13 May 2002 22:40:46 -0000 1.10.2.2 *************** *** 83,87 **** 0, 0, 20, 0) ! # Arange nicely matrix = FXMatrix.new(self, 7, MATRIX_BY_COLUMNS|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y) --- 83,87 ---- 0, 0, 20, 0) ! # Arrange nicely matrix = FXMatrix.new(self, 7, MATRIX_BY_COLUMNS|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y) |