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