Skip to content

Commit

Permalink
CE: Increment font size range
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Jan 31, 2024
1 parent 3df1e7f commit 5b5547e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/components/codeeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5547e

Please sign in to comment.