mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix vertical alignment.
This commit is contained in:
parent
5af7f6ea0b
commit
e613c458dd
@ -12088,6 +12088,7 @@ void View::DrawStatistics()
|
|||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
ImGui::AlignTextToFramePadding();
|
||||||
TextDisabledUnformatted( "Filter results" );
|
TextDisabledUnformatted( "Filter results" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
m_statisticsFilter.Draw( ICON_FA_FILTER "###resultFilter", 200 );
|
m_statisticsFilter.Draw( ICON_FA_FILTER "###resultFilter", 200 );
|
||||||
|
Loading…
Reference in New Issue
Block a user