From e4fa3517465a1a7018c825b77e6a9a578c69f6c2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 31 Jul 2007 18:31:06 +0000 Subject: 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 --- win/C#/frmMain.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win/C#/frmMain.Designer.cs') 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"; // -- cgit v1.2.3