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/AudioPanel.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/AudioPanel.Designer.cs')
-rw-r--r-- | win/C#/Controls/AudioPanel.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/AudioPanel.Designer.cs b/win/C#/Controls/AudioPanel.Designer.cs index 46a5c2938..8d2006be8 100644 --- a/win/C#/Controls/AudioPanel.Designer.cs +++ b/win/C#/Controls/AudioPanel.Designer.cs @@ -399,7 +399,7 @@ namespace Handbrake.Controls //
// AudioPanel
//
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.label68);
this.Controls.Add(this.btn_addAudioTrack);
|