From: Kevin A. <ka...@us...> - 2004-08-16 21:07:52
|
Update of /cvsroot/pythoncard/PythonCard/samples/spirograph In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1400/samples/spirograph Modified Files: spirograph.rsrc.py Log Message: Mac layout tweaks Index: spirograph.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/spirograph/spirograph.rsrc.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** spirograph.rsrc.py 10 May 2004 05:02:42 -0000 1.5 --- spirograph.rsrc.py 16 Aug 2004 21:06:11 -0000 1.6 *************** *** 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), }, |