From: Kevin A. <ka...@us...> - 2005-03-28 18:56:26
|
Update of /cvsroot/pythoncard/PythonCard/samples/lsystem In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5349 Modified Files: lsystem.rsrc.py lsystemInteractive.rsrc.py Log Message: adjusted text and static text positions to avoid overlap on Mac Index: lsystem.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/lsystem/lsystem.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lsystem.rsrc.py 4 Oct 2004 19:03:09 -0000 1.4 --- lsystem.rsrc.py 28 Mar 2005 18:56:01 -0000 1.5 *************** *** 74,78 **** {'type':'TextField', 'name':'angleDisplay', ! 'position':(414, 25), 'size':(36, -1), }, --- 74,78 ---- {'type':'TextField', 'name':'angleDisplay', ! 'position':(420, 25), 'size':(36, -1), }, *************** *** 99,103 **** {'type':'StaticText', 'name':'iterationDisplay', ! 'position':(427, 76), }, --- 99,103 ---- {'type':'StaticText', 'name':'iterationDisplay', ! 'position':(435, 76), }, Index: lsystemInteractive.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/lsystem/lsystemInteractive.rsrc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lsystemInteractive.rsrc.py 4 Oct 2004 19:03:09 -0000 1.2 --- lsystemInteractive.rsrc.py 28 Mar 2005 18:56:01 -0000 1.3 *************** *** 74,78 **** {'type':'TextField', 'name':'angleDisplay', ! 'position':(414, 25), 'size':(36, -1), }, --- 74,78 ---- {'type':'TextField', 'name':'angleDisplay', ! 'position':(420, 25), 'size':(36, -1), }, *************** *** 99,103 **** {'type':'StaticText', 'name':'iterationDisplay', ! 'position':(427, 76), }, --- 99,103 ---- {'type':'StaticText', 'name':'iterationDisplay', ! 'position':(435, 76), }, |