The current font size of the file sidebar is to small for me. How can I make it larger?
In Sublime Text 3, select Preferences >> Settings - User from the menubar, then add dpi_scale config to the file and save. That's all.
{ ......, "dpi_scale": 1.5 //set this value as your need. }