diff options
author | sr55 <[email protected]> | 2007-08-16 21:15:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-16 21:15:01 +0000 |
commit | 6cc83da6f014ef5ada29ea659313d5f2deece840 (patch) | |
tree | 583a849fe04bab41271ec8408a57685e2bcb2c52 /win/C#/frmMain.Designer.cs | |
parent | 9111177fdcbb021521586cac832fbdf397719646 (diff) |
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
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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)));
|