Add icon to samples label.

This commit is contained in:
Bartosz Taudul 2021-09-27 02:07:02 +02:00
parent 99f2d0e059
commit c2e94355f0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -11185,7 +11185,7 @@ void View::DrawFindZone()
ImGui::Separator();
const bool hasSamples = m_worker.AreCallstackSamplesReady() && m_worker.GetCallstackSampleCount() > 0;
if( hasSamples && ImGui::TreeNodeEx( "Samples", ImGuiTreeNodeFlags_None ) )
if( hasSamples && ImGui::TreeNodeEx( ICON_FA_EYE_DROPPER " Samples", ImGuiTreeNodeFlags_None ) )
{
{
ImGui::Checkbox( ICON_FA_STOPWATCH " Show time", &m_statSampleTime );