diff options
author | sr55 <[email protected]> | 2009-08-10 19:59:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-10 19:59:27 +0000 |
commit | fd88b574a2d980491a693e6d8747669a8507a031 (patch) | |
tree | f7b40af800e0a046bcfaea195ae1da9117068b50 /win/C#/frmOptions.Designer.cs | |
parent | 79e381141a579d027f8f37aa992b9c2a710dd20c (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.cs | 6 |
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
//
|