From 9ddce6fe67a3079b852c3b0213a530e1922fb6c7 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 30 Nov 2016 16:04:31 +0100 Subject: [PATCH] Remove errant background colour from some labels --- .../Windows/PipelineState/GLPipelineStateViewer.Designer.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/renderdocui/Windows/PipelineState/GLPipelineStateViewer.Designer.cs b/renderdocui/Windows/PipelineState/GLPipelineStateViewer.Designer.cs index 748739071..ef6678eef 100644 --- a/renderdocui/Windows/PipelineState/GLPipelineStateViewer.Designer.cs +++ b/renderdocui/Windows/PipelineState/GLPipelineStateViewer.Designer.cs @@ -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);