color name fix
This commit is contained in:
parent
a329603ccc
commit
6ec850250a
2
Airbus/Airbus/FormAirplaneConfig.Designer.cs
generated
2
Airbus/Airbus/FormAirplaneConfig.Designer.cs
generated
@ -151,7 +151,7 @@
|
||||
//
|
||||
// panelPurple
|
||||
//
|
||||
this.panelPurple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
||||
this.panelPurple.BackColor = System.Drawing.Color.Purple;
|
||||
this.panelPurple.Location = new System.Drawing.Point(168, 59);
|
||||
this.panelPurple.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panelPurple.Name = "panelPurple";
|
||||
|
Loading…
Reference in New Issue
Block a user