Update of /cvsroot/pythoncard/PythonCard/samples/testNotebook
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/testNotebook
Modified Files:
widgets.rsrc.py
Log Message:
removed 'position' attribute in Background of resource
Index: widgets.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/testNotebook/widgets.rsrc.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** widgets.rsrc.py 14 Sep 2004 17:28:46 -0000 1.1
--- widgets.rsrc.py 4 Oct 2004 19:03:10 -0000 1.2
***************
*** 5,9 ****
'name':'bgWidgets',
'title':'Widgets Test',
- 'position':(5, 5),
'size':(800, 600),
--- 5,8 ----
|