mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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 );
|
||||
s_instance = this;
|
||||
|
||||
ImGuiStyle& style = ImGui::GetStyle();
|
||||
style.FrameRounding = 2.f;
|
||||
|
||||
m_thread = std::thread( [this] { Worker(); } );
|
||||
SetThreadName( m_thread, "Tracy View" );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user