diff options
author | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
commit | 630588694d7c2c070024ccf580125edbe49e6497 (patch) | |
tree | 716d63f49b4335ecae8be60eda81ca9f2e6cbffe /win/C#/frmQueue.Designer.cs | |
parent | 46fb7d4c533333b92f2c3ed2ddf6f3d1a830ab6c (diff) |
WinGUI:
- New development tab (hidden in release builds) for testing functions.
- Fixed: chapter markers now get saved when using "set default" option
- Fixed: crash on query editor if copy was used with an empty text box
- Fixed: a few corrupted presets
- Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index e11f7f888..8f4002955 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -211,7 +211,7 @@ namespace Handbrake this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(724, 335);
+ this.ClientSize = new System.Drawing.Size(727, 336);
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
|