Skip to content

Commit

Permalink
Revert window change for now
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Feb 17, 2020
1 parent 96d06e6 commit 40994d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .idea/.idea.Bureaucracy/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Bureaucracy/UI/UIController.cs
Expand Up @@ -179,7 +179,7 @@ private PopupDialog DrawMainUi()
}
return PopupDialog.SpawnPopupDialog(new Vector2(0.5f, 0.5f), new Vector2(0.5f, 0.5f),
new MultiOptionDialog("BureaucracyMain", "", "Bureaucracy: Budget", UISkinManager.GetSkin("MainMenuSkin"),
GetRect(dialogElements), dialogElements.ToArray()), false, UISkinManager.GetSkin("MainMenuSkin"), false);
GetRect(dialogElements), dialogElements.ToArray()), false, UISkinManager.GetSkin("MainMenuSkin"));
}

private Rect GetRect(List<DialogGUIBase> dialogElements)
Expand Down

0 comments on commit 40994d1

Please sign in to comment.