Skip to content

Commit 729c21e

Browse files
authored
Resize the plugins window the first use (#267)
1 parent fbf83a1 commit 729c21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SofaImGui/src/SofaImGui/windows/Plugins.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ namespace windows
4545
{
4646
if (*winManagerPlugins.getStatePtr())
4747
{
48+
ImGui::SetNextWindowSize(ImVec2(700, 400), ImGuiCond_FirstUseEver);
4849
if (ImGui::Begin(windowNamePlugins, winManagerPlugins.getStatePtr()))
4950
{
5051
if (ImGui::Button("Load"))

0 commit comments

Comments
 (0)