From 93c96d1f82921259cdf6c656f58b2cfd1cc85661 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 9 Jan 2012 20:31:30 +0000 Subject: [PATCH] Increase default audio marker snap distance to 10 pixels to match 2.1.9 Originally committed to SVN as r6256. --- aegisub/src/libresrc/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index d4902ebf1..2b4250f98 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -74,7 +74,7 @@ } }, "Snap" : { - "Distance" : 5, + "Distance" : 10, "Enable" : false }, "Spectrum" : true,