|
From: Kevin A. <ka...@us...> - 2004-10-04 19:04:08
|
Update of /cvsroot/pythoncard/PythonCard/samples/financial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/financial Modified Files: mortgage.rsrc.py Log Message: removed 'position' attribute in Background of resource Index: mortgage.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/financial/mortgage.rsrc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mortgage.rsrc.py 20 Jul 2004 18:22:35 -0000 1.1 --- mortgage.rsrc.py 4 Oct 2004 19:03:07 -0000 1.2 *************** *** 5,9 **** 'name':'bgTemplate', 'title':'Mortgage Calculator', - 'position':(5, 5), 'size':(400, 300), 'style':['resizeable'], --- 5,8 ---- |