mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Auto resize, add borders to connect... window.
This commit is contained in:
parent
0643fc436d
commit
8f29976237
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user