diff options
author | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
commit | e55213ce1939f2b3cdd2ce7d9187c4eccdf6da6c (patch) | |
tree | f3d738eedb3df5c58a7fb068a025fdd3081dbfe9 /win/C#/frmOptions.Designer.cs | |
parent | 5d4117bccd9ce796e102842270726eae9fcf07e5 (diff) |
WinGui:
New layout for the tab bar. (Similar to the MacGUI)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@926 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 6429a41f4..dc44870d0 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -277,7 +277,7 @@ namespace Handbrake // frmOptions
//
this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(411, 405);
+ this.ClientSize = new System.Drawing.Size(413, 403);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.GroupBox2);
this.Controls.Add(this.GroupBox3);
|