From: Kevin A. <ka...@us...> - 2004-07-18 16:43:36
|
Update of /cvsroot/pythoncard/PythonCard/samples/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18518/samples/widgets Modified Files: widgets.rsrc.py Log Message: changed asTuple to Get removed 'font' attribute from Calendar component in widgets sample removed non-printable character in distance.py Index: widgets.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/widgets/widgets.rsrc.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** widgets.rsrc.py 10 May 2004 05:02:47 -0000 1.22 --- widgets.rsrc.py 18 Jul 2004 16:43:28 -0000 1.23 *************** *** 114,118 **** 'name':'calCalendar', 'position':(299, 200), - 'font':{'faceName': 'Arial', 'family': 'sansSerif', 'size': 8}, }, --- 114,117 ---- |