[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm SummaryTabPage.cs, 1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-08 18:40:37
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21776/b5_Presentation/Reporting/WindowsForm Modified Files: SummaryTabPage.cs Log Message: now, 14 summary items are kept in the first summary column (it was 10 before) Index: SummaryTabPage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/SummaryTabPage.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SummaryTabPage.cs 3 Sep 2005 23:40:30 -0000 1.7 --- SummaryTabPage.cs 8 Jun 2006 18:40:28 -0000 1.8 *************** *** 38,42 **** { // constant values for label's placement ! private int labelRows = 10; private int xForLabels = 17; private int textLabelsWidth = 180; --- 38,42 ---- { // constant values for label's placement ! private int labelRows = 14; private int xForLabels = 17; private int textLabelsWidth = 180; |