feat(PlayerWindow): Set next window size

This commit is contained in:
Yimura 2021-01-17 23:31:10 +01:00
parent 15a85d4cfd
commit 2242b173fc
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

View File

@ -10,6 +10,8 @@ namespace big
char title[64];
strcpy(title, "Player Options: ");
strcat(title, g_selectedPlayer.name);
ImGui::SetNextWindowSize({ 350.f, 300.f });
if (ImGui::Begin(title))
{
if (ImGui::Button("Close"))