|
From: Kevin A. <ka...@us...> - 2004-08-16 21:07:56
|
Update of /cvsroot/pythoncard/PythonCard/samples/spirographInteractive In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1400/samples/spirographInteractive Modified Files: spirographInteractive.rsrc.py Log Message: Mac layout tweaks Index: spirographInteractive.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/spirographInteractive/spirographInteractive.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** spirographInteractive.rsrc.py 10 May 2004 05:02:42 -0000 1.3 --- spirographInteractive.rsrc.py 16 Aug 2004 21:06:11 -0000 1.4 *************** *** 5,10 **** 'name':'bgSpirograph', 'title':'Spirograph PythonCard Application', ! 'position':(5, 5), ! 'size':(750, 595), 'statusBar':1, --- 5,9 ---- 'name':'bgSpirograph', 'title':'Spirograph PythonCard Application', ! 'size':(770, 595), 'statusBar':1, *************** *** 125,129 **** 'name':'btnColor', 'position':(540, 154), ! 'label':'Foreground Color', 'backgroundColor':(0, 128, 255), }, --- 124,128 ---- 'name':'btnColor', 'position':(540, 154), ! 'label':'Color', 'backgroundColor':(0, 128, 255), }, |