mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Remove errant background colour from some labels
This commit is contained in:
@@ -4372,7 +4372,6 @@
|
||||
//
|
||||
// depthBounds
|
||||
//
|
||||
this.depthBounds.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tableLayoutPanel12.SetColumnSpan(this.depthBounds, 3);
|
||||
this.depthBounds.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.depthBounds.Font = new System.Drawing.Font("Tahoma", 12F);
|
||||
@@ -4420,7 +4419,6 @@
|
||||
//
|
||||
// depthFunc
|
||||
//
|
||||
this.depthFunc.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tableLayoutPanel12.SetColumnSpan(this.depthFunc, 3);
|
||||
this.depthFunc.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F);
|
||||
|
||||
Reference in New Issue
Block a user