mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Shorten menu bar button names.
This commit is contained in:
parent
8e3d250654
commit
e393ade59d
@ -872,11 +872,11 @@ bool View::DrawImpl()
|
|||||||
ImGui::PopStyleColor( 3 );
|
ImGui::PopStyleColor( 3 );
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_GEAR " Options", m_showOptions );
|
ToggleButton( ICON_FA_GEAR, m_showOptions );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_TAGS " Messages", m_showMessages );
|
ToggleButton( ICON_FA_TAGS " Messages", m_showMessages );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_MAGNIFYING_GLASS " Find zone", m_findZone.show );
|
ToggleButton( ICON_FA_MAGNIFYING_GLASS " Find", m_findZone.show );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_ARROW_UP_WIDE_SHORT " Statistics", m_showStatistics );
|
ToggleButton( ICON_FA_ARROW_UP_WIDE_SHORT " Statistics", m_showStatistics );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user