From: Kevin A. <ka...@us...> - 2004-08-16 21:07:41
|
Update of /cvsroot/pythoncard/PythonCard/samples/tictactoe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1400/samples/tictactoe Modified Files: tictactoe.rsrc.py Log Message: Mac layout tweaks Index: tictactoe.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/tictactoe/tictactoe.rsrc.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tictactoe.rsrc.py 28 Jul 2004 07:12:49 -0000 1.8 --- tictactoe.rsrc.py 16 Aug 2004 21:06:11 -0000 1.9 *************** *** 32,36 **** { 'type':'Button', 'name':'btnNewGame', 'position':( 280, 400 ), 'label':'New Game' }, #{ 'type':'Button', 'name':'btnNewGame', 'position':( 5, 450 ), 'label':'New Game' }, ! { 'type':'StaticText', 'name':'staticTurn', 'position':( 150, 400 ), 'size':(100, 30), 'text': '', 'alignment':'center', 'backgroundColor':'white' }, { 'type':'Image', 'name':'btn0', 'position':( 20, 20 ), 'size':(-2,-2), 'file':'empty.gif'}, --- 32,36 ---- { 'type':'Button', 'name':'btnNewGame', 'position':( 280, 400 ), 'label':'New Game' }, #{ 'type':'Button', 'name':'btnNewGame', 'position':( 5, 450 ), 'label':'New Game' }, ! { 'type':'StaticText', 'name':'staticTurn', 'position':( 100, 430 ), 'size':(200, -1), 'text': '', 'alignment':'center', 'backgroundColor':'white' }, { 'type':'Image', 'name':'btn0', 'position':( 20, 20 ), 'size':(-2,-2), 'file':'empty.gif'}, |