diff --git a/Content.Client/Fluids/UI/AbsorbentItemStatus.xaml.cs b/Content.Client/Fluids/UI/AbsorbentItemStatus.xaml.cs index 88c13fab68..f664a6130e 100644 --- a/Content.Client/Fluids/UI/AbsorbentItemStatus.xaml.cs +++ b/Content.Client/Fluids/UI/AbsorbentItemStatus.xaml.cs @@ -1,4 +1,5 @@ using System.Linq; +using System.Numerics; using Content.Client.UserInterface.Controls; using Content.Shared.Fluids; using Robust.Client.AutoGenerated; @@ -21,6 +22,8 @@ namespace Content.Client.Fluids.UI RobustXamlLoader.Load(this); _uid = uid; _entManager = entManager; + + MinBarSize = new Vector2(10, 0); } protected override void FrameUpdate(FrameEventArgs args)