1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* 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

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";
}
},