diff options
author | sr55 <[email protected]> | 2009-09-13 22:13:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-09-13 22:13:53 +0000 |
commit | b33262144205a4bd058d92a78fe48b8055b1de27 (patch) | |
tree | 2fc02854e2df65942e8b50939261d64ff228c73f /win/C#/Controls/PictureSettings.Designer.cs | |
parent | 72e3892f2e47a90ce08ce07ff7f35097795d1125 (diff) |
WinGui:
- Fix some tooltips in the options and make the "use m4v" tooltip clearer.
- Fix an error in the activity log window where an error message would repeat every few seconds if a log file wasn't found.
- Fix main window display on High Dpi Panels.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2819 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/PictureSettings.Designer.cs')
-rw-r--r-- | win/C#/Controls/PictureSettings.Designer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs index f39e1e3d8..853d61982 100644 --- a/win/C#/Controls/PictureSettings.Designer.cs +++ b/win/C#/Controls/PictureSettings.Designer.cs @@ -645,8 +645,7 @@ namespace Handbrake.Controls //
// PictureSettings
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.tableLayoutPanel3);
this.Controls.Add(this.tableLayoutPanel2);
|