diff --git a/examples/common/example-glue.cpp b/examples/common/example-glue.cpp index ec382840f..8ab7a228e 100644 --- a/examples/common/example-glue.cpp +++ b/examples/common/example-glue.cpp @@ -19,10 +19,9 @@ void showExampleDialog(entry::AppI* _app, const char* _errorText) ImVec2(10.0f, 50.0f) , ImGuiSetCond_FirstUseEver ); - ImGui::SetNextWindowSize(ImVec2(256.0f, 200.0f)); ImGui::Begin(temp , NULL - , ImGuiWindowFlags_AlwaysAutoResize + , ImVec2(256.0f, 200.0f) ); ImGui::TextWrapped("%s", _app->getDescription() );