mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
Fix thread spacing.
This commit is contained in:
parent
0007597827
commit
f74a313d12
@ -1220,7 +1220,7 @@ void View::DrawZones()
|
||||
while( false );
|
||||
|
||||
// zones
|
||||
const auto ostep = ImGui::GetFontSize();
|
||||
const auto ostep = ImGui::GetFontSize() + 1;
|
||||
int offset = 20;
|
||||
for( auto& v : m_threads )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user