|
From: Kevin A. <ka...@us...> - 2004-08-17 23:00:23
|
Update of /cvsroot/pythoncard/PythonCard/samples/minimalStandalone In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27497/samples/minimalStandalone Modified Files: minimal.fr.rsrc.py minimal.rsrc.py Log Message: Mac layout tweaks Index: minimal.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/minimalStandalone/minimal.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** minimal.rsrc.py 10 May 2004 05:02:19 -0000 1.3 --- minimal.rsrc.py 17 Aug 2004 19:46:05 -0000 1.4 *************** *** 30,34 **** { 'type':'TextField', 'name':'field1', ! 'position':(0, 0), 'text':'Hello PythonCard' }, ] --- 30,35 ---- { 'type':'TextField', 'name':'field1', ! 'position':(5, 5), ! 'size':(150, -1), 'text':'Hello PythonCard' }, ] Index: minimal.fr.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/minimalStandalone/minimal.fr.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** minimal.fr.rsrc.py 10 May 2004 05:02:18 -0000 1.3 --- minimal.fr.rsrc.py 17 Aug 2004 19:46:05 -0000 1.4 *************** *** 30,34 **** { 'type':'TextField', 'name':'field1', ! 'position':(0, 0), 'text':'Bonjour PythonCard' }, ] --- 30,35 ---- { 'type':'TextField', 'name':'field1', ! 'position':(5, 5), ! 'size':(150, -1), 'text':'Bonjour PythonCard' }, ] |