GrabbagImageSource: Fixed approximate download file size.

The new value is based on a finished download of the SWS set.
This commit is contained in:
Thomas Hess 2020-03-25 20:15:48 +01:00
parent e7347ff7f2
commit 40fd976da6
No known key found for this signature in database
GPG key ID: 98602F47D161B13C

View file

@ -29,7 +29,7 @@ public enum GrabbagImageSource implements CardImageSource {
@Override
public float getAverageSize() {
return 26.7f;
return 74.8f;
}
@Override