Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

font on visual studio "find symbol results" window

I have this very annoying visual issue with the "find symbol results" window on VS 2010. I have few sessions running and on the more recent sessions I have opened the font seems to be very ugly and bold. I was trying to set it to default font by clicking the "Use Defaults" under Options -> Font and Colors but it want change. Can someone please help ,e.

like image 900
nixgadget Avatar asked Aug 16 '11 09:08

nixgadget


1 Answers

I found that the following seems to work:

  1. Go to Tools -> Options -> Environment > Fonts and Colours
  2. Choose Show settings for: [All Text Tool Windows]
  3. For Display items: Plain Text, click the Bold checkbox and click OK
  4. Do the same again, but untick the Bold checkbox to revert it.
  5. If it doesn't change immediately, try restarting Visual Studio

Mind you, Find Symbol Results isn't really a text window, so maybe setting and resetting any font will work. I don't know.

like image 69
Rhumborl Avatar answered Sep 29 '22 20:09

Rhumborl