mirror of
https://github.com/wolfpld/tracy.git
synced 2024-12-02 09:44:35 +00:00
Use big font in trace information window.
This commit is contained in:
parent
7fb9bde9e9
commit
c48ab4cb23
@ -8319,7 +8319,9 @@ void View::DrawInfo()
|
|||||||
|
|
||||||
ImGui::SetNextWindowSize( ImVec2( 400, 650 ), ImGuiCond_FirstUseEver );
|
ImGui::SetNextWindowSize( ImVec2( 400, 650 ), ImGuiCond_FirstUseEver );
|
||||||
ImGui::Begin( "Trace information", &m_showInfo );
|
ImGui::Begin( "Trace information", &m_showInfo );
|
||||||
TextFocused( "Captured program:", m_worker.GetCaptureProgram().c_str() );
|
if( m_bigFont ) ImGui::PushFont( m_bigFont );
|
||||||
|
TextFocused( "Program:", m_worker.GetCaptureProgram().c_str() );
|
||||||
|
if( m_bigFont ) ImGui::PopFont();
|
||||||
TextFocused( "Capture time:", dtmp );
|
TextFocused( "Capture time:", dtmp );
|
||||||
ImGui::TextDisabled( "Trace version:" );
|
ImGui::TextDisabled( "Trace version:" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user