Skip to content

Commit

Permalink
'#2344: More concise comment and add missing new line at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Oct 19, 2024
1 parent 435a904 commit c2b4da8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions iped-app/src/main/java/iped/app/ui/GalleryCellRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ class GalleryIcon extends JLabel {

// Limit how much images can be enlarged (usually thumbs are down sized, but
// small images may be enlarged).
// Thumbnail's dimensions are used instead of the original ones, to speed up
// (avoid querying original dimension), to reduce stored information (in gallery
// objects) and to simplify the code.
private static final double maxEnlargeFactor = 2;

private static final String unsupportedIconText = "<html><center>"
Expand Down Expand Up @@ -211,4 +208,4 @@ protected void paintComponent(Graphics g) {
super.paintComponent(g);
}
}
}
}

0 comments on commit c2b4da8

Please sign in to comment.