summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-08-10 19:59:27 +0000
committersr55 <[email protected]>2009-08-10 19:59:27 +0000
commitfd88b574a2d980491a693e6d8747669a8507a031 (patch)
treef7b40af800e0a046bcfaea195ae1da9117068b50 /win/C#/frmOptions.Designer.cs
parent79e381141a579d027f8f37aa992b9c2a710dd20c (diff)
WinGui:
- Changing the CQ step for the quality slider when using x264 no longer requires a program restart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2760 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r--win/C#/frmOptions.Designer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs
index ec7065e5f..92c9cff63 100644
--- a/win/C#/frmOptions.Designer.cs
+++ b/win/C#/frmOptions.Designer.cs
@@ -1019,7 +1019,7 @@ namespace Handbrake
"0.50",
"0.25",
"0.20"});
- this.drop_x264step.Location = new System.Drawing.Point(358, 184);
+ this.drop_x264step.Location = new System.Drawing.Point(262, 184);
this.drop_x264step.Name = "drop_x264step";
this.drop_x264step.Size = new System.Drawing.Size(85, 21);
this.drop_x264step.TabIndex = 86;
@@ -1034,9 +1034,9 @@ namespace Handbrake
this.tableLayoutPanel4.SetColumnSpan(this.label30, 2);
this.label30.Location = new System.Drawing.Point(67, 188);
this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(285, 13);
+ this.label30.Size = new System.Drawing.Size(189, 13);
this.label30.TabIndex = 87;
- this.label30.Text = "Constant quality fractional granularity (Requires Restart):\r\n";
+ this.label30.Text = "Constant quality fractional granularity";
//
// btn_drive_detect
//