From f32e9e4548c5a758e41fed9b9597c09c426a116e Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 13 Oct 2013 21:31:39 +0800 Subject: [PATCH] change medium and large defect sizes to 3.0 and 5.0 respectively --- frontend/ui/data/koptoptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/data/koptoptions.lua b/frontend/ui/data/koptoptions.lua index db93869ff..3339ae4a6 100644 --- a/frontend/ui/data/koptoptions.lua +++ b/frontend/ui/data/koptoptions.lua @@ -187,7 +187,7 @@ KoptOptions = { name = "defect_size", name_text = DEFECT_SIZE_STR, toggle = {SMALL_STR, MEDIUM_STR, LARGE_STR}, - values = {1.0, 8.0, 15.0}, + values = {1.0, 3.0, 5.0}, default_value = DKOPTREADER_CONFIG_DEFECT_SIZE, event = "DefectSizeUpdate", },