diff --git a/standalone/src/main.cpp b/standalone/src/main.cpp index 5cee83c0..6ff7ef67 100755 --- a/standalone/src/main.cpp +++ b/standalone/src/main.cpp @@ -55,7 +55,7 @@ int main(int, char**) if( !view ) { - ImGui::Begin( "Connect to..." ); + ImGui::Begin( "Connect to...", nullptr, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_ShowBorders ); ImGui::InputText( "Address", addr, 1024 ); if( ImGui::Button( "Connect" ) && *addr ) {