Improve Source naming increment

This commit is contained in:
Bruno Herbelin
2022-04-17 11:22:32 +02:00
parent 0615f38a26
commit 0df3342757
2 changed files with 12 additions and 3 deletions

View File

@@ -5651,7 +5651,7 @@ void Navigator::RenderSourcePannel(Source *s)
ImGui::PopFont();
// index indicator
ImGui::SetCursorPos(ImVec2(pannel_width_ - 35.f, 15.f));
ImGui::SetCursorPos(ImVec2(pannel_width_ - 2 * ImGui::GetTextLineHeight(), 15.f));
ImGui::TextDisabled("#%d", Mixer::manager().indexCurrentSource());
// name