Skip to content

Commit

Permalink
Replace 'Monospaced' string literal with Font.MONOSPACED
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Dec 1, 2020
1 parent 5ffb380 commit 10e381e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public boolean getShowTypes() {


private void init() {
//setDisplayFont(new Font("Monospaced", Font.PLAIN, 12));
//setDisplayFont(new Font(Font.MONOSPACED, Font.PLAIN, 12));
setShowTypes(true);
typeColor = createTypeColor();
paramColor = createParamColor();
Expand Down

0 comments on commit 10e381e

Please sign in to comment.