Change the toggle switches to checkboxes.
The toggle switches I'm referring to are the slider bars we see used for all the various two-state options in the configuration menu. For example:
http://static.finalfantasyxiv.com/to...50/1147_12.jpg
That kind of UI bar looks like a slider, which is a UI element that should never be used as a two-state toggle. Sliders should only be used to represent options which have four states or more. Two-state switches, like the one in the above image, should never be anything except a checkbox.
So please replace all these toggle sliders with checkboxes. It's just more user-friendly that way (not to mention a checkbox takes up significantly less room than a slider).