I found this link on stackoverflow: Sublime Text 2 how to change the font size of the file sidebar?
I followed the directions and changed the font size, but now the font is too big with too small of a line height, so it looks stacked on top of each other and cut off, without any room to breathe.
Is there a json label that I can use to change the line height/padding? Thanks.
Go to Preferences>Settings-User and add this two line:
{
"line_padding_bottom": 3,
"line_padding_top": 3,
}