Skip to content

Commit

Permalink
update icons bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed May 27, 2024
1 parent ed2694c commit 64d7e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>sc.fiji</groupId>
<artifactId>TrackMate-Oneat</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.7-SNAPSHOT</version>


<name>TrackMate-Oneat</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
public class Icons {


public static final ImageIcon ONEAT_ICON = createScaledIcon("images/mtrack.png", 150, 150);
public static final ImageIcon ONEAT_BIG_ICON = createScaledIcon("images/mtrack.png", 300, 300);
public static final ImageIcon KAPOORLABS_ICON = createScaledIcon("images/kapoorlogo.png", 150, 150);
public static final ImageIcon ONEAT_ICON = createScaledIcon("images/mtrack.png", 20, 20);
public static final ImageIcon ONEAT_BIG_ICON = createScaledIcon("images/mtrack.png", 100, 100);
public static final ImageIcon KAPOORLABS_ICON = new ImageIcon( Icons.class.getResource( "images/kapoorlogo.png" ) );


public static ImageIcon createScaledIcon(String path, int width, int height) {
Expand Down

0 comments on commit 64d7e6c

Please sign in to comment.