From 4ed75ba771c5852590d3bdb134e97eab1bb9c837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20F=C3=A9lix?= <felixantoine67@yahoo.fr> Date: Thu, 2 Apr 2020 22:08:57 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20du=20style=20de=20compartimentatio?= =?UTF-8?q?n=20utilis=C3=A9=20dans=20les=20d=C3=A9cisions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psychorientation/psychorientation/InterfaceClasse.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs index e25458d..dbe5d31 100644 --- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs +++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs @@ -167,6 +167,7 @@ // // lbl_barre_decisions // + this.lbl_barre_decisions.BackColor = System.Drawing.Color.DimGray; this.lbl_barre_decisions.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lbl_barre_decisions.Location = new System.Drawing.Point(-1, 185); this.lbl_barre_decisions.Name = "lbl_barre_decisions"; -- GitLab