diff options
author | sr55 <[email protected]> | 2007-07-31 18:31:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-31 18:31:06 +0000 |
commit | e4fa3517465a1a7018c825b77e6a9a578c69f6c2 (patch) | |
tree | 620ab9aeae1faa921cd9442c693558ccfd94ce0f /win/C#/frmMain.Designer.cs | |
parent | 6c47d7e338ac4de8f826338783fab2f983646d76 (diff) |
WinGui:
- Few queue bugs fixed.
- Active queueing now works properly. Items can be added on the fly. DVD's can be scanned on the fly while the there is an encode process already going etc.
- Fixed a potential unhandled exception in the DVD information window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@770 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 69864827a..fc0c3f50b 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1075,7 +1075,7 @@ namespace Handbrake this.TabPage3.Location = new System.Drawing.Point(4, 22);
this.TabPage3.Name = "TabPage3";
this.TabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.TabPage3.Size = new System.Drawing.Size(639, 242);
+ this.TabPage3.Size = new System.Drawing.Size(622, 242);
this.TabPage3.TabIndex = 2;
this.TabPage3.Text = "Video Settings";
//
@@ -1317,7 +1317,7 @@ namespace Handbrake this.TabPage2.Location = new System.Drawing.Point(4, 22);
this.TabPage2.Name = "TabPage2";
this.TabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.TabPage2.Size = new System.Drawing.Size(639, 242);
+ this.TabPage2.Size = new System.Drawing.Size(622, 242);
this.TabPage2.TabIndex = 3;
this.TabPage2.Text = "Audio Settings";
//
@@ -1470,7 +1470,7 @@ namespace Handbrake this.h264Tab.Location = new System.Drawing.Point(4, 22);
this.h264Tab.Name = "h264Tab";
this.h264Tab.Padding = new System.Windows.Forms.Padding(3);
- this.h264Tab.Size = new System.Drawing.Size(639, 242);
+ this.h264Tab.Size = new System.Drawing.Size(622, 242);
this.h264Tab.TabIndex = 5;
this.h264Tab.Text = "H.264";
//
@@ -1557,7 +1557,7 @@ namespace Handbrake this.TabPage6.Location = new System.Drawing.Point(4, 22);
this.TabPage6.Name = "TabPage6";
this.TabPage6.Padding = new System.Windows.Forms.Padding(3);
- this.TabPage6.Size = new System.Drawing.Size(639, 242);
+ this.TabPage6.Size = new System.Drawing.Size(622, 242);
this.TabPage6.TabIndex = 6;
this.TabPage6.Text = "Query Editor";
//
|