feat: set window size

This commit is contained in:
Anna 2021-01-15 18:59:59 -05:00
parent 0f93fca760
commit 4db5f74c46
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ namespace BetterPartyFinder {
}
private void Draw() {
ImGui.SetNextWindowSize(new Vector2(550f, 510f), ImGuiCond.FirstUseEver);
if (!ImGui.Begin($"{this.Plugin.Name} settings")) {
return;
}