summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-03-06 09:37:35 +0100
committerDamiano Galassi <[email protected]>2019-03-06 09:37:35 +0100
commit8d78f7d001b06872b1c31620c6387da239ae51eb (patch)
tree2a53fb0c98c211fd11f62d0c2f16b3529f801bec /macosx/HBPreferencesController.m
parent371fa07a23b86c7099b838f996896d791e5e01b2 (diff)
MacGui: fix quality slider granularity prefs when the app is localized.
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index 4ad596738..840e2248b 100644
--- a/macosx/HBPreferencesController.m
+++ b/macosx/HBPreferencesController.m
@@ -69,7 +69,7 @@
@"EncodeLogLocation": @"NO",
@"MinTitleScanSeconds": @"10",
@"PreviewsNumber": @"10",
- @"x264CqSliderFractional": @"0.50",
+ @"HBx264CqSliderFractional": @2,
@"HBShowAdvancedTab": @NO,
@"HBAutoNamingFormat": @[@"{Source}", @" ", @"{Title}"],
@"HBQueuePauseIfLowSpace": @YES,