diff options
author | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
commit | 196dd261bc518a5e27cc78cb0763d2818e8ffec6 (patch) | |
tree | 92088d69de6647846e9058fe1fb1c963ea48413d /win/C#/frmAbout.Designer.cs | |
parent | 23b33caa37d903d099502217cfe573a9d2fb26fa (diff) |
WinGui:
- Couple of UI / tooltip tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index c4fbce802..2b9c46faa 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -104,8 +104,8 @@ namespace Handbrake // frmAbout
//
this.AcceptButton = this.btn_close;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btn_close;
this.ClientSize = new System.Drawing.Size(363, 117);
this.Controls.Add(this.btn_close);
|