Reputation: 2934
I want to increase the font size of the line numbers in IntelliJ IDEA Ultimate(2019.3.1) independently from changing the font of the code itself but I can't find the way of doing so.
I shook the whole Internet and didn't find anything up to date either. Actions search didn't help as well. How do I do that?
Upvotes: 0
Views: 347
Reputation: 894
The font size of line numbers automatically changes along with the font size of code in the editor. It uses the same font setting(font, font size, etc). You can try to adjust font.
https://www.jetbrains.com/help/idea/settings-editor-font.html
And as Improbable mentioned, there is a feature request for it: https://youtrack.jetbrains.com/issue/IDEA-92443
Upvotes: 1