diff options
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index c60c8da1b..86c2c76d0 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -302,9 +302,9 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.25")]
- public string x264cqstep {
+ public double x264cqstep {
get {
- return ((string)(this["x264cqstep"]));
+ return ((double)(this["x264cqstep"]));
}
set {
this["x264cqstep"] = value;
|