Skip to content

Fixed wrong bulk bar and bad weight spacing

Fixes bulk bar in inventory displaying only about half of what it should, while tooltip was correct. The bar only considered 256 objects for bulk calculation, while there can be many more. Now considers up to 10000 objects, same as the tooltip.

Also fixed wrong spacing when weight text was more than 5-6 letters, now spaces dynamically and nothing should overlap anymore.

Merge request reports