From 5b5547e1a0d2f5555372842db33e958fb6bb3b25 Mon Sep 17 00:00:00 2001 From: jxarco Date: Wed, 31 Jan 2024 03:54:14 +0100 Subject: [PATCH] CE: Increment font size range --- build/components/codeeditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/components/codeeditor.js b/build/components/codeeditor.js index b2eea30..dc7f981 100644 --- a/build/components/codeeditor.js +++ b/build/components/codeeditor.js @@ -201,8 +201,8 @@ class CodeEditor { static WORD_TYPE_METHOD = 0; static WORD_TYPE_CLASS = 1; - static CODE_MAX_FONT_SIZE = 20; - static CODE_MIN_FONT_SIZE = 11; + static CODE_MAX_FONT_SIZE = 22; + static CODE_MIN_FONT_SIZE = 9; /** * @param {*} options