hud elements: exec_name: push the name one column over

pull/841/head
FlightlessMango 1 year ago
parent 98530b8f55
commit a67a6bc79d

@ -1110,6 +1110,7 @@ void HudElements::exec_name(){
ImGui::TableNextColumn();
ImGui::TextColored(HUDElements.colors.engine, "%s", "Executable name");
ImGui::TableNextColumn();
ImGui::TableNextColumn();
right_aligned_text(HUDElements.colors.text, HUDElements.ralign_width, global_proc_name.c_str());
ImGui::PopFont();
}

Loading…
Cancel
Save