From 1f12aa9a45e4683e966afa4c75a7d34bf8571331 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 18 Oct 2013 17:49:37 +0200 Subject: [PATCH] Turning on antialias by default --- build/shared/lib/preferences.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/preferences.txt b/build/shared/lib/preferences.txt index 2aa9e4202..c6b985c3f 100644 --- a/build/shared/lib/preferences.txt +++ b/build/shared/lib/preferences.txt @@ -93,7 +93,7 @@ editor.font=Monospaced,plain,12 editor.font.macosx = Monaco,plain,10 # anti-aliased text, turned off by default -editor.antialias=false +editor.antialias=true # color to be used for background when 'external editor' enabled editor.external=false