Skip to content

Commit

Permalink
Fixes concordance pane font bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaveguim committed Apr 25, 2016
1 parent 02ce533 commit fa8a505
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ public void setFisheyeDocument(FisheyeDocument fisheyeDocument) {

public void setConcordanceTextPane(JTextPane textPane) {
this.concordancePane = textPane;
((StyledDocument) concordancePane.getDocument()).setParagraphAttributes(0, 0, MONOSPACED, true);

}

public void setCountField(String countField) {
Expand Down

0 comments on commit fa8a505

Please sign in to comment.