Skip to content

Commit feaf0a2

Browse files
committed
Add a pencil icon.
1 parent 371490c commit feaf0a2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main

src/main/java/fiji/plugin/trackmate/gui/Icons.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,6 @@ public class Icons
197197

198198
public static final ImageIcon SELECT_STYLE_ICON = new ImageIcon( Icons.class.getResource( "images/theme.png" ) );
199199

200+
public static final ImageIcon PENCIL_ICON = new ImageIcon( Icons.class.getResource( "images/pencil.png" ) );
201+
200202
}
450 Bytes
Loading

0 commit comments

Comments
 (0)