https://github.com/space-wizards/RobustToolbox/commit/
80f2dc6dd3c922c8c004613098da1982c66f4b2f fixed BoxContainer so that the actual specified MinimumSize gets used. This is a problem because for the absorbent item status it's way too high so it looks silly.
using System.Linq;
+using System.Numerics;
using Content.Client.UserInterface.Controls;
using Content.Shared.Fluids;
using Robust.Client.AutoGenerated;
RobustXamlLoader.Load(this);
_uid = uid;
_entManager = entManager;
+
+ MinBarSize = new Vector2(10, 0);
}
protected override void FrameUpdate(FrameEventArgs args)