v0.8.1: Updated Aleksandar's icon at his request

This commit is contained in:
Evan Debenham 2020-05-31 12:53:36 -04:00
parent 613fcb4533
commit 442a482b7b
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -75,11 +75,11 @@ public enum Icons {
WARNING, WARNING,
//32x32 icons for credits //32x32 icons for credits
ALEKS,
CHARLIE,
CUBE_CODE, CUBE_CODE,
PURIGRO, PURIGRO,
ARCNOR, ARCNOR;
ALEKS,
CHARLIE;
public Image get() { public Image get() {
return get( this ); return get( this );