diff options
Diffstat (limited to 'win/C#/Controls/x264Panel.Designer.cs')
-rw-r--r-- | win/C#/Controls/x264Panel.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/Controls/x264Panel.Designer.cs b/win/C#/Controls/x264Panel.Designer.cs index b78f2e012..a28cbeeff 100644 --- a/win/C#/Controls/x264Panel.Designer.cs +++ b/win/C#/Controls/x264Panel.Designer.cs @@ -401,7 +401,8 @@ namespace Handbrake.Controls "6",
"7",
"8",
- "9"});
+ "9",
+ "10"});
this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);
this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";
this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);
|