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