mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use big font to print save path.
This commit is contained in:
parent
ce4c83d45b
commit
33a6853423
@ -655,7 +655,9 @@ bool View::Draw()
|
||||
{
|
||||
assert( !s_instance->m_filenameStaging.empty() );
|
||||
auto fn = s_instance->m_filenameStaging.c_str();
|
||||
ImGui::PushFont( s_instance->m_bigFont );
|
||||
TextFocused( "Path:", fn );
|
||||
ImGui::PopFont();
|
||||
ImGui::Separator();
|
||||
|
||||
static FileWrite::Compression comp = FileWrite::Compression::Fast;
|
||||
|
Loading…
Reference in New Issue
Block a user