Fix OpenCentered by setting size before position (#1604)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user