From: Kevin A. <ka...@us...> - 2004-07-27 15:05:28
|
Update of /cvsroot/pythoncard/PythonCard/samples/stockprice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12030 Modified Files: stockprice.rsrc.py Log Message: changed StaticText items to use -1 default height Index: stockprice.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/stockprice/stockprice.rsrc.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** stockprice.rsrc.py 10 May 2004 05:02:43 -0000 1.8 --- stockprice.rsrc.py 27 Jul 2004 15:05:19 -0000 1.9 *************** *** 62,66 **** 'name':'stcDate', 'position':(5, 145), ! 'size':(100, 13), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Date:', --- 62,66 ---- 'name':'stcDate', 'position':(5, 145), ! 'size':(100, -1), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Date:', *************** *** 70,74 **** 'name':'stcStockPrice', 'position':(5, 110), ! 'size':(130, 13), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Latest Stock price:', --- 70,74 ---- 'name':'stcStockPrice', 'position':(5, 110), ! 'size':(130, -1), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Latest Stock price:', *************** *** 78,84 **** 'name':'stcCurrencyType', 'position':(5, 40), ! 'size':(141, 13), 'font':{'family': 'sansSerif', 'style': 'bold'}, ! 'text':'Choose Currency type:', }, --- 78,84 ---- 'name':'stcCurrencyType', 'position':(5, 40), ! 'size':(141, -1), 'font':{'family': 'sansSerif', 'style': 'bold'}, ! 'text':'Choose Currency:', }, *************** *** 86,90 **** 'name':'stcStockSymbol', 'position':(5, 10), ! 'size':(135, 13), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Enter Stock Symbol:', --- 86,90 ---- 'name':'stcStockSymbol', 'position':(5, 10), ! 'size':(135, -1), 'font':{'family': 'sansSerif', 'style': 'bold'}, 'text':'Enter Stock Symbol:', |