Skip to content

Commit

Permalink
properly scale text in javadoc dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Aug 7, 2024
1 parent 93b0456 commit 8380453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private JavadocDialog(JFrame parent, GuiController controller, Entry<?> entry, S
this.close();
}
}));
this.text.setFont(Config.currentFonts().editor.value());
this.text.setFont(ScaleUtil.scaleFont(Config.currentFonts().editor.value()));

// buttons panel
JPanel buttonsPanel = new JPanel();
Expand Down

0 comments on commit 8380453

Please sign in to comment.