From 0a8ca756cc077e57bc071db5d8a994dfffd7c3ad Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 12 Apr 2013 02:30:33 +0800 Subject: [PATCH] default render quality is set to 1 which will avoid most text resampling --- 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 a96b8de45..79b46ca1d 100644 --- a/frontend/ui/data/koptoptions.lua +++ b/frontend/ui/data/koptoptions.lua @@ -182,7 +182,7 @@ KoptOptions = { name = "quality", name_text = RENDER_QUALITY_STR, toggle = {LOW_STR, DEFAULT_STR, HIGH_STR}, - values={0.5, 0.8, 1.0}, + values={0.5, 1.0, 1.5}, default_value = 0.8, }, {