mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use big icon in waiting for connection dialog.
This commit is contained in:
parent
6d3113f2df
commit
d4a5df0244
@ -717,7 +717,9 @@ bool View::DrawImpl()
|
||||
char tmp[2048];
|
||||
sprintf( tmp, "%s###Connection", m_worker.GetAddr().c_str() );
|
||||
ImGui::Begin( tmp, &keepOpen, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse );
|
||||
if( m_bigFont ) ImGui::PushFont( m_bigFont );
|
||||
TextCentered( ICON_FA_WIFI );
|
||||
if( m_bigFont ) ImGui::PopFont();
|
||||
ImGui::TextUnformatted( "Waiting for connection..." );
|
||||
DrawWaitingDots( s_time );
|
||||
ImGui::End();
|
||||
|
Loading…
Reference in New Issue
Block a user