Fix admin menu window size (#11534)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Client.Administration.UI
|
|||||||
|
|
||||||
public AdminMenuWindow()
|
public AdminMenuWindow()
|
||||||
{
|
{
|
||||||
MinSize = SetSize = (500, 250);
|
MinSize = (500, 250);
|
||||||
Title = Loc.GetString("admin-menu-title");
|
Title = Loc.GetString("admin-menu-title");
|
||||||
RobustXamlLoader.Load(this);
|
RobustXamlLoader.Load(this);
|
||||||
IoCManager.InjectDependencies(this);
|
IoCManager.InjectDependencies(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user