[FIX] Bug 279372
Fix to display File Size of selected items in Status Bar. I have displayed the sizes in kB because that is how it's displayed in the Image Properties Right Sidebar as well.
Some doubts:
- Currently, I calculate sum of file Sizes in Bytes, and convert it into kB in the string method. Is this appropriate? I believe it enhances readability, as KB is mentioned in quotes.
- I have not implemented this feature for a single selection of a group. Would it be needed?