Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 14, 2024
1 parent 0ce7c02 commit 1fa7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/ui/component/IconCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private void buildIconCache() {
images.put(id, bi);
}
}
// Stash scaled 2x, 3x, 4x versions if missing
// Stash scaled 2x, 3x versions if missing
int maxScale = 3;
for(Icon i : Icon.values()) {
if (i.fileNames.length != 1) {
Expand Down

0 comments on commit 1fa7d72

Please sign in to comment.