How can I decrease the font size at the top of the VS Code window (red, 1st picture) on Ubuntu? I can use the standard Ctrl + + or – to change the size of the content (green, 1st picture), but that does not affect the header, nor the right-click dropdown menu size (red, 2nd picture). I am wondering whether that is even a VS Code option, or whether I would need to adjust Ubuntu system settings.
Thanks!
0
That font size (titlbar and context menu) is controlled by Ubuntu, actually. You might want to try Tweaks app and try to change the font and font size there, and see it is changes that.
But this will have a side effect on every system text.
Install GNOME Tweaks using this apt command
sudo apt install gnome-tweaks
3