change medium and large defect sizes to 3.0 and 5.0 respectively

pull/303/head
chrox 11 years ago
parent ead331924f
commit f32e9e4548

@ -187,7 +187,7 @@ KoptOptions = {
name = "defect_size", name = "defect_size",
name_text = DEFECT_SIZE_STR, name_text = DEFECT_SIZE_STR,
toggle = {SMALL_STR, MEDIUM_STR, LARGE_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, default_value = DKOPTREADER_CONFIG_DEFECT_SIZE,
event = "DefectSizeUpdate", event = "DefectSizeUpdate",
}, },

Loading…
Cancel
Save