mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Add slight rounding to UI items.
This commit is contained in:
parent
1cb19a56eb
commit
c402bd43b3
@ -35,6 +35,9 @@ View::View( const char* addr )
|
|||||||
assert( s_instance == nullptr );
|
assert( s_instance == nullptr );
|
||||||
s_instance = this;
|
s_instance = this;
|
||||||
|
|
||||||
|
ImGuiStyle& style = ImGui::GetStyle();
|
||||||
|
style.FrameRounding = 2.f;
|
||||||
|
|
||||||
m_thread = std::thread( [this] { Worker(); } );
|
m_thread = std::thread( [this] { Worker(); } );
|
||||||
SetThreadName( m_thread, "Tracy View" );
|
SetThreadName( m_thread, "Tracy View" );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user