6

We can change font for VS IDE items in the Options\Environments\Fonts and Colors dialog. However, I still cannot find how to do that for the Properties pane. Can anybody help me with that?

Working mainly with VS 2013 Professional or Community Editions.

TecMan
  • 2,743
  • 2
  • 30
  • 64

2 Answers2

8

Use > tools > options > Fonts and Colors (Show settings drop down) Environment font for menus etc Locals Window for properties window

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
Bobby Schuman
  • 96
  • 1
  • 3
  • I just see the 'Environment Font' setting. Is it what you wrote? – TecMan Feb 24 '15 at 17:12
  • 2
    Oh, yes - it works! The problem is that it is not applied to the Property Grid immediately like for other VS items (menus, tab headers, etc). We need to restart VS to see the effect. – TecMan Feb 24 '15 at 17:18
  • This looked like the answer for my problem, but still have an issue. I never changed the Font size for the properties and locals windows in Visual Studio 2019. Something happened and those 2 windows Font size now huge. I tried changing in options and Font size is 9 like everything else. Tried resetting to default and restarting with no luck. Any other ideas? – Keith Franklin Sep 13 '19 at 13:08
0

You must restart the IDE to make the properties window changes

Greg
  • 19
  • 4