Skip to content
Snippets Groups Projects
Commit af1dd0e3 authored by JACOB ROMAIN's avatar JACOB ROMAIN
Browse files

Merge branch 'master' into 'master'

modification du menu d'accueil

See merge request SPA18-T4-C/diabete_simulator!41
parents 7a4dd382 8e67dc27
No related merge requests found
......@@ -224,9 +224,9 @@
this.lblPoids.AutoSize = true;
this.lblPoids.Location = new System.Drawing.Point(49, 96);
this.lblPoids.Name = "lblPoids";
this.lblPoids.Size = new System.Drawing.Size(33, 13);
this.lblPoids.Size = new System.Drawing.Size(54, 13);
this.lblPoids.TabIndex = 2;
this.lblPoids.Text = "Poids";
this.lblPoids.Text = "Poids (kg)";
//
// lblAge
//
......@@ -242,9 +242,9 @@
this.lblTaille.AutoSize = true;
this.lblTaille.Location = new System.Drawing.Point(49, 59);
this.lblTaille.Name = "lblTaille";
this.lblTaille.Size = new System.Drawing.Size(32, 13);
this.lblTaille.Size = new System.Drawing.Size(55, 13);
this.lblTaille.TabIndex = 0;
this.lblTaille.Text = "Taille";
this.lblTaille.Text = "Taille (cm)";
//
// picTitle
//
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment