summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAbout.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-16 21:15:01 +0000
committersr55 <[email protected]>2007-08-16 21:15:01 +0000
commit6cc83da6f014ef5ada29ea659313d5f2deece840 (patch)
tree583a849fe04bab41271ec8408a57685e2bcb2c52 /win/C#/frmAbout.Designer.cs
parent9111177fdcbb021521586cac832fbdf397719646 (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#/frmAbout.Designer.cs')
-rw-r--r--win/C#/frmAbout.Designer.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs
index 8a0180563..45cf048a4 100644
--- a/win/C#/frmAbout.Designer.cs
+++ b/win/C#/frmAbout.Designer.cs
@@ -51,6 +51,7 @@ namespace Handbrake
//
// btn_close
//
+ this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_close.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -60,7 +61,7 @@ namespace Handbrake
this.btn_close.Size = new System.Drawing.Size(99, 22);
this.btn_close.TabIndex = 27;
this.btn_close.Text = "Close";
- this.btn_close.UseVisualStyleBackColor = true;
+ this.btn_close.UseVisualStyleBackColor = false;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// Version
@@ -120,7 +121,8 @@ namespace Handbrake
this.AcceptButton = this.btn_close;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(526, 252);
+ this.BackColor = System.Drawing.SystemColors.ControlLight;
+ this.ClientSize = new System.Drawing.Size(526, 259);
this.Controls.Add(this.Label4);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.Version);