File sizes for files between 1000 and 1023 bytes are only shown in KB

Things you’d like to miss in the future...
Post Reply
Nuno
Posts: 95
Joined: 12 Sep 2008 22:19
Location: Portugal

File sizes for files between 1000 and 1023 bytes are only shown in KB

Post by Nuno »

The file size in the Info Panel seems to be buggy for small files in the 1000-1023 byte size range: it shows only the size in KB, with no exact value (in bytes).
I would expect files in this range would trigger a behaviour like smaller files, which cause the Info Panel to show the exact size in bytes, or like larger files, which show the size in KB (or other multiples) and also the exact size in bytes.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: File sizes for files between 1000 and 1023 bytes are only shown in KB

Post by admin »

That is since:

Code: Select all

v20.40.0007 - 2019-09-17 15:25
    * Tools | Customize List | Size Column Format | Flexible / Flexible (Rounded 
      Up): Now the displayed size jumps to next unit when there are more than 3 
      digits before the decimal-point (when >999, instead of >1023). This way 
      the Size column and some other places take less space without losing much 
      information.
      
          Before:          Now:
                 Size           Size
          -----------      ---------
              1,02 MB        1,02 MB
          1.016,35 KB        0,99 MB
          1.011,92 KB        0,99 MB
          1.008,41 KB        0,98 MB
            990,67 KB      990,67 KB
See also: viewtopic.php?f=5&t=20924

But you are right, the exact bytes should be shown here as well. :tup: Next beta.

Nuno
Posts: 95
Joined: 12 Sep 2008 22:19
Location: Portugal

Re: File sizes for files between 1000 and 1023 bytes are only shown in KB

Post by Nuno »

Great! Thanks! :D

Post Reply