From 6cc83da6f014ef5ada29ea659313d5f2deece840 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 16 Aug 2007 21:15:01 +0000 Subject: WinGui: - Number of extra tweaks to the GUI for vista git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmMain.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/C#/frmMain.Designer.cs') diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index f229b2710..a8241e04e 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1037,7 +1037,7 @@ namespace Handbrake // // btn_queue // - this.btn_queue.BackColor = System.Drawing.SystemColors.Control; + this.btn_queue.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_queue.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1053,7 +1053,7 @@ namespace Handbrake // // btn_encode // - this.btn_encode.BackColor = System.Drawing.SystemColors.Control; + this.btn_encode.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_encode.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); -- cgit v1.2.3