* 5-letter text doesn't fit into the labels properly with Aqua LaF

This commit is contained in:
Reinhard Pointner 2014-08-28 15:13:34 +00:00
parent aa16398590
commit e185fdb990
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public enum HashType {
@Override
public String toString() {
return "SHA-1";
return "SHA1";
}
},
@ -92,7 +92,7 @@ public enum HashType {
@Override
public String toString() {
return "SHA-2";
return "SHA2";
}
},