From bd0d0ec5122f71c6ff5951bb6619ef1d269f8bf1 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:10:56 +1100 Subject: [PATCH] Fix action item rotation (#3764) Similar to how hands does it. --- Content.Client/UserInterface/Controls/ActionSlot.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {