diff options
author | sr55 <[email protected]> | 2007-09-24 20:19:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-24 20:19:13 +0000 |
commit | c6dde7079e2e1dbd7b567054f06742f998a92ff4 (patch) | |
tree | 6cca197db5fd09430827a7166ca62fc0f2778c6a /win/C#/frmQueue.Designer.cs | |
parent | 75e20b1d703e59b9a74738bf5301e6352b428a33 (diff) |
WinGUI:
- Stage 1 implementation of new Preset's System (Mimic's the MacGUI
- Tab Index's fixed. Faster form generation in Visual Studio. May improve performance slightly.
- Queue window size fix
Note: One of the previous rev's shaved 2 Seconds off the startup time.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@987 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 afa0a6f9f..e11f7f888 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(718, 335);
+ this.ClientSize = new System.Drawing.Size(724, 335);
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
|