diff options
author | sr55 <[email protected]> | 2008-04-04 18:31:07 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-04 18:31:07 +0000 |
commit | a798655972e09b6c80351b3337b28bc02270dc5c (patch) | |
tree | 210d00536225f72e165e0d3bba66c5ebd9858d49 /win/C#/frmDownload.Designer.cs | |
parent | 3738b3534b5fbc71855d4d230b6b272c427dfedb (diff) |
WinGui:
- UI consistency issues caused by last UI update, now sorted. All windows follow the same style aspects.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1379 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDownload.Designer.cs')
-rw-r--r-- | win/C#/frmDownload.Designer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/frmDownload.Designer.cs b/win/C#/frmDownload.Designer.cs index 368d3d303..48ba0831f 100644 --- a/win/C#/frmDownload.Designer.cs +++ b/win/C#/frmDownload.Designer.cs @@ -74,7 +74,6 @@ namespace Handbrake //
this.btn_cancel.BackColor = System.Drawing.Color.Silver;
this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btn_cancel.Location = new System.Drawing.Point(321, 54);
@@ -82,7 +81,7 @@ namespace Handbrake this.btn_cancel.Size = new System.Drawing.Size(90, 22);
this.btn_cancel.TabIndex = 56;
this.btn_cancel.Text = "Cancel";
- this.btn_cancel.UseVisualStyleBackColor = false;
+ this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// frmDownload
|