From 396a5c48f443390b77d3678ae521c00b4c5f1879 Mon Sep 17 00:00:00 2001 From: "cesar.schaal" <cesar.schaal@etu.unistra.fr> Date: Mon, 29 Mar 2021 15:37:17 +0200 Subject: [PATCH] Changement main menu --- view/FormMainMenu.Designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/view/FormMainMenu.Designer.cs b/view/FormMainMenu.Designer.cs index 1071d62..9dec8d4 100644 --- a/view/FormMainMenu.Designer.cs +++ b/view/FormMainMenu.Designer.cs @@ -37,9 +37,9 @@ // // btnPlay // - this.btnPlay.Location = new System.Drawing.Point(322, 76); + this.btnPlay.Location = new System.Drawing.Point(245, 52); this.btnPlay.Name = "btnPlay"; - this.btnPlay.Size = new System.Drawing.Size(90, 34); + this.btnPlay.Size = new System.Drawing.Size(292, 103); this.btnPlay.TabIndex = 0; this.btnPlay.Text = "Jouer"; this.btnPlay.UseVisualStyleBackColor = true; @@ -47,9 +47,9 @@ // // button1 // - this.button1.Location = new System.Drawing.Point(322, 251); + this.button1.Location = new System.Drawing.Point(245, 270); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(90, 34); + this.button1.Size = new System.Drawing.Size(292, 103); this.button1.TabIndex = 1; this.button1.Text = "Quitter"; this.button1.UseVisualStyleBackColor = true; @@ -57,9 +57,9 @@ // // btnAide // - this.btnAide.Location = new System.Drawing.Point(322, 167); + this.btnAide.Location = new System.Drawing.Point(245, 161); this.btnAide.Name = "btnAide"; - this.btnAide.Size = new System.Drawing.Size(90, 34); + this.btnAide.Size = new System.Drawing.Size(292, 103); this.btnAide.TabIndex = 2; this.btnAide.Text = "Aide"; this.btnAide.UseVisualStyleBackColor = true; -- GitLab