I notice it is possible to increase font for file content and commit message via Preferences->font_size but this does not change the font size of the commit navigation (and other items).
Is there a setting for doing so somewhere else?
I notice it is possible to increase font for file content and commit message via Preferences->font_size but this does not change the font size of the commit navigation (and other items).
Is there a setting for doing so somewhere else?
The settings apply the same way as for Sublime Text. Means the font_size
is for anything based on ST’s views, while the rest of the GUI’s look is configured in the theme.
You can try 2 things to increase font size:
{
"variables": {
"font_size": 14,
}
}