Reverted background color of Builder

- changed from White to SystemColors.Control
This commit is contained in:
MaxXor 2015-07-11 19:17:28 +02:00
parent a5e30e001a
commit c148172976
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ private void InitializeComponent()
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(673, 499);
this.Controls.Add(this.groupAdditional);
this.Controls.Add(this.groupAsmInfo);