mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 21:19:09 +01:00
* It uses size_for_string() to display all sizes which also fixes using MiB for one, and MB for the other size string. * It is no longer limited to 1M granularity by itself, but can have arbitrary granularity as long as the number of possible values remain smaller than 2^31. * This means it can also handle values beyond 4TB now. * The sizes that are set programmatically retain their full resolution. * CreateParametersPanel still uses 1M granularity for now, though, as we would otherwise need to be able to parse a size string with a unit.