Skip to content

Commit f4e2694

Browse files
committed
Merge branch 'pr/2'
2 parents 11a67ac + 0b17d69 commit f4e2694

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/group_finity/mascot

1 file changed

+1
-0
lines changed

src/main/java/com/group_finity/mascot/Main.java

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ private void createTrayIcon() {
431431
try {
432432
// Create the tray icon
433433
final TrayIcon icon = new TrayIcon(image, languageBundle.getString("ShimejiEE"));
434+
icon.setImageAutoSize(true);
434435

435436
// attach menu
436437
icon.addMouseListener(new MouseListener() {

0 commit comments

Comments
 (0)