Skip to content

Commit

Permalink
sonarqube fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 6, 2023
1 parent 9872c0e commit d553908
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -969,9 +969,6 @@ protected void paintComponent(Graphics g) {
}

// delete button
// g2d.setFont(miniFont);
// g2d.setColor(DefaultColorTheme.COLOR_LIGHT_GREY);
// g2d.drawString("x", 10, 20); // Timestamp position
this.deleteX=width-60;
g2d.setFont(miniFont.deriveFont(defaultFont.getStyle() | java.awt.Font.BOLD));
g2d.setColor(DefaultColorTheme.COLOR_LIGHT_GREY);
Expand Down

0 comments on commit d553908

Please sign in to comment.