fix error handler details view font being small for some reason
This commit is contained in:
parent
7a09bb303f
commit
3210b48141
|
@ -101,6 +101,7 @@ public class ErrorHandler {
|
|||
textArea.setTabSize(2);
|
||||
textArea.setLineWrap(false);
|
||||
textArea.setWrapStyleWord(true);
|
||||
textArea.setFont(message.getFont());
|
||||
textArea.setText(messageBody);
|
||||
|
||||
ActionListener reportAction = new ActionListener() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user