Update of /cvsroot/pythoncard/PythonCard/samples/noresource
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27497/samples/noresource
Modified Files:
noresource.py
Log Message:
Mac layout tweaks
Index: noresource.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/noresource/noresource.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** noresource.py 10 May 2004 05:02:21 -0000 1.5
--- noresource.py 17 Aug 2004 19:46:06 -0000 1.6
***************
*** 27,31 ****
self.components['field1'] = {'type':'TextField',
'name':'field1',
! 'position':(0, 0),
'text':'Hello PythonCard'}
--- 27,32 ----
self.components['field1'] = {'type':'TextField',
'name':'field1',
! 'position':(5, 5),
! 'size':(150, -1),
'text':'Hello PythonCard'}
|