1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-10 19:35:15 -05: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 @Override
public String toString() { public String toString() {
return "SHA-1"; return "SHA1";
} }
}, },
@ -92,7 +92,7 @@ public enum HashType {
@Override @Override
public String toString() { public String toString() {
return "SHA-2"; return "SHA2";
} }
}, },