From 38f5ee9ee4d37f7ef7ffa12733e558638940903c Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Tue, 20 Oct 2015 13:43:55 +0200 Subject: [PATCH] Changed size --- ErgometerDoctorApplication/Client/ChartPanel.cs | 4 ++-- ErgometerDoctorApplication/MainWindow.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() {