feat(PlayerWindow): Set next window size
This commit is contained in:
parent
15a85d4cfd
commit
2242b173fc
@ -10,6 +10,8 @@ namespace big
|
|||||||
char title[64];
|
char title[64];
|
||||||
strcpy(title, "Player Options: ");
|
strcpy(title, "Player Options: ");
|
||||||
strcat(title, g_selectedPlayer.name);
|
strcat(title, g_selectedPlayer.name);
|
||||||
|
|
||||||
|
ImGui::SetNextWindowSize({ 350.f, 300.f });
|
||||||
if (ImGui::Begin(title))
|
if (ImGui::Begin(title))
|
||||||
{
|
{
|
||||||
if (ImGui::Button("Close"))
|
if (ImGui::Button("Close"))
|
||||||
|
Reference in New Issue
Block a user