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#/Properties/Settings.settings | |
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#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 0f9c5ffb0..7bb901bc9 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -71,7 +71,7 @@ <Setting Name="QueryEditorTab" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
- <Setting Name="x264cqstep" Type="System.Double" Scope="User">
+ <Setting Name="x264cqstep" Type="System.String" Scope="User">
<Value Profile="(Default)">0.25</Value>
</Setting>
<Setting Name="verboseLevel" Type="System.Int32" Scope="User">
|