Reduce tab size in notes panel to 2 (#5599)

Fixes #5591
This commit is contained in:
Ben Moyer
2018-09-22 23:47:25 -07:00
committed by Tomas Slusny
parent 15545fd022
commit 73cd63321c

View File

@@ -54,6 +54,7 @@ class NotesPanel extends PluginPanel
setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
setBackground(ColorScheme.DARK_GRAY_COLOR);
notesEditor.setTabSize(2);
notesEditor.setLineWrap(true);
notesEditor.setWrapStyleWord(true);