mirror of https://github.com/quasar/Quasar.git
Reverted background color of Builder
- changed from White to SystemColors.Control
This commit is contained in:
parent
a5e30e001a
commit
c148172976
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue