Fix OpenCentered by setting size before position (#1604)

This commit is contained in:
ShadowCommander
2020-08-06 18:06:24 -07:00
committed by GitHub
parent 01b10cb687
commit cf45beb7dc
5 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ namespace Content.Client.GameObjects.Components.Power
SendMessage(msg);
}
};
_window.OpenCenteredMinSize();
_window.OpenCentered();
}
public SolarControlConsoleBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner, uiKey)