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#/frmUpdater.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#/frmUpdater.Designer.cs')
-rw-r--r-- | win/C#/frmUpdater.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/frmUpdater.Designer.cs b/win/C#/frmUpdater.Designer.cs index db1caa4c8..b8b2bf82c 100644 --- a/win/C#/frmUpdater.Designer.cs +++ b/win/C#/frmUpdater.Designer.cs @@ -130,7 +130,7 @@ namespace Handbrake this.btn_skip.Size = new System.Drawing.Size(133, 22);
this.btn_skip.TabIndex = 54;
this.btn_skip.Text = "Skip This Version";
- this.btn_skip.UseVisualStyleBackColor = false;
+ this.btn_skip.UseVisualStyleBackColor = true;
this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);
//
// btn_installUpdate
@@ -145,7 +145,7 @@ namespace Handbrake this.btn_installUpdate.Size = new System.Drawing.Size(133, 22);
this.btn_installUpdate.TabIndex = 55;
this.btn_installUpdate.Text = "Install Update";
- this.btn_installUpdate.UseVisualStyleBackColor = false;
+ this.btn_installUpdate.UseVisualStyleBackColor = true;
this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click);
//
// btn_remindLater
@@ -160,7 +160,7 @@ namespace Handbrake this.btn_remindLater.Size = new System.Drawing.Size(133, 22);
this.btn_remindLater.TabIndex = 56;
this.btn_remindLater.Text = "Remind me Later";
- this.btn_remindLater.UseVisualStyleBackColor = false;
+ this.btn_remindLater.UseVisualStyleBackColor = true;
this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click);
//
// label3
|