diff --git a/ErgometerDoctorApplication/Client/ChartPanel.cs b/ErgometerDoctorApplication/Client/ChartPanel.cs index 5639ef1..43a0315 100644 --- a/ErgometerDoctorApplication/Client/ChartPanel.cs +++ b/ErgometerDoctorApplication/Client/ChartPanel.cs @@ -28,13 +28,13 @@ namespace ErgometerDoctorApplication this.Location = new System.Drawing.Point(0, 0); - this.Size = new System.Drawing.Size(250, 200); + this.Size = new System.Drawing.Size(400, 250); this.Controls.Add(chart); this.series = createSerie(); this.chartArea.Name = "chartArea"; - this.chart.Size = new System.Drawing.Size(250, 200); + this.chart.Size = new System.Drawing.Size(400, 250); this.chart.Dock = DockStyle.Fill; this.chart.Series.Add(series); diff --git a/ErgometerDoctorApplication/MainWindow.cs b/ErgometerDoctorApplication/MainWindow.cs index f3b0cbd..c8b33c9 100644 --- a/ErgometerDoctorApplication/MainWindow.cs +++ b/ErgometerDoctorApplication/MainWindow.cs @@ -67,7 +67,7 @@ namespace ErgometerDoctorApplication this.HeaderLabel.Text = "Sessie geschiedenis"; conSessionHistory.BringToFront(); - MainClient.StartOldCLient("Test", 1907047993); + MainClient.StartOldCLient("Test", 315896171); } public void validateLogin() {