mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improve Source naming increment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user