diff --git a/Content.Client/UserInterface/Controls/ActionSlot.cs b/Content.Client/UserInterface/Controls/ActionSlot.cs index 7a2d3bca70..129f53cd3d 100644 --- a/Content.Client/UserInterface/Controls/ActionSlot.cs +++ b/Content.Client/UserInterface/Controls/ActionSlot.cs @@ -153,7 +153,8 @@ namespace Content.Client.UserInterface.Controls HorizontalExpand = true, VerticalExpand = true, Scale = (2,2), - Visible = false + Visible = false, + OverrideDirection = Direction.South, }; _smallActionIcon = new TextureRect {