Home > database >  How do I set font size in Visual Studios Diagnostic Tools?
How do I set font size in Visual Studios Diagnostic Tools?

Time:09-29

The font size in the Visual Studio Diagnostic tools window is HUGE compared to the rest of my UI. Is there any way to set it?

I went all through the categories in Tools >> Options >> Fonts and Colors and I could not see anything that affected it.

enter image description here

CodePudding user response:

Click in the Diagnostics tools window, and hold Ctrl and use your mouse wheel to shrink (or enlarge) the text in the window (similar to how you would in an editor window - I think it's actually just zooming in and out rather than actually changing the font size).

  • Related