[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor QuotesChart.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-28 20:32:07
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29277/Downloader/QuotesEditor Modified Files: QuotesChart.cs Log Message: Now it is better docked to parent control Index: QuotesChart.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/QuotesChart.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QuotesChart.cs 21 Mar 2004 16:30:53 -0000 1.2 --- QuotesChart.cs 28 Mar 2004 20:20:44 -0000 1.3 *************** *** 56,60 **** this.Clear(); this.Add( DataProvider.GetCloseHistory( this.ticker ) ); - this.Width = this.Parent.Width - 15; base.OnPaint( e ); } --- 56,59 ---- |