This PR improves alignment between playhead and keyframe indicators, especially noticeable at small UI scale sizes where we are currently always out by one pixel. This is because keyframe icons are all odd widths while the playhead line is an even width. This PR mostly makes that line an odd width, with other small adjustments. Pull Request: https://projects.blender.org/blender/blender/pulls/142904