1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-07 23:43:52 +00:00

Fix thread spacing.

This commit is contained in:
Bartosz Taudul 2017-10-01 20:37:35 +02:00
parent 0007597827
commit f74a313d12

View File

@ -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 )
{