From 9c499b241d31250b164cdcf1e8f35a9931789cd2 Mon Sep 17 00:00:00 2001 From: Jannick van Ballegooijen Date: Tue, 20 Oct 2015 19:24:12 +0200 Subject: [PATCH] style change --- ErgometerDoctorApplication/ConClientData.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ErgometerDoctorApplication/ConClientData.cs b/ErgometerDoctorApplication/ConClientData.cs index 57293a9..59d560f 100644 --- a/ErgometerDoctorApplication/ConClientData.cs +++ b/ErgometerDoctorApplication/ConClientData.cs @@ -60,7 +60,9 @@ namespace ErgometerDoctorApplication this.listUsers.Location = new System.Drawing.Point(0, 80); this.listUsers.Name = "listUsers"; this.listUsers.Size = new System.Drawing.Size(200, 400); + this.listUsers.ItemHeight = 25; this.listUsers.Items.Add("No Users"); + this.listUsers.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Controls.Add(this.listUsers); this.Controls.Add(this.buttonCreate); @@ -77,7 +79,7 @@ namespace ErgometerDoctorApplication - this.BackColor = System.Drawing.Color.Red; + this.BackColor = System.Drawing.Color.White; } internal void updateUsers(Dictionary users)