We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf83a1 commit 729c21eCopy full SHA for 729c21e
SofaImGui/src/SofaImGui/windows/Plugins.cpp
@@ -45,6 +45,7 @@ namespace windows
45
{
46
if (*winManagerPlugins.getStatePtr())
47
48
+ ImGui::SetNextWindowSize(ImVec2(700, 400), ImGuiCond_FirstUseEver);
49
if (ImGui::Begin(windowNamePlugins, winManagerPlugins.getStatePtr()))
50
51
if (ImGui::Button("Load"))
0 commit comments