When saving/loading and prompted to confirm your action, the Yes No text is not aligned with the cursor. The original code aligns this text by padding it with leading spaces. This behaviour should be changed to account for the ability to change the font used, and should instead use fixed offsets and separate the Yes No text into individual entries.
When saving/loading and prompted to confirm your action, the
Yes Notext is not aligned with the cursor. The original code aligns this text by padding it with leading spaces. This behaviour should be changed to account for the ability to change the font used, and should instead use fixed offsets and separate theYes Notext into individual entries.