How can I increase the text resolution in the Scene view?

I’m using Unity 5.0.0f1. I’ve been all through the Preferences and the documentation but I can’t find how to increase the quality of the text in the Scene. A coworker viewing this scene has much better resolution, but he doesn’t know what’s different about his setup. Graphics display a little chunky and low-res also, but not half as bad as the text. The text looks absolutely fine when the scene plays.
40650-scene-view-grab.jpg

If you are using TextMesh Component to show text, you can improve text quality by combination setting of Character size and font size. for example you can set character size to 10 and font size to 30 to see better text quality.

We accidentally discovered the solution–I had both Game and Scene view windows open, taking up almost half my display. Hiding the Game view increased the resolution of the text in the Scene view.