broceanic-theme icon indicating copy to clipboard operation
broceanic-theme copied to clipboard

Add a small padding/margin at the top of editor window

Open b4stien opened this issue 8 years ago • 1 comments

screen shot 2015-11-20 at 11 39 12

As you can see in the attached screenshot the first line of a file is super close to the top bar, would it be possible to add some space over there?

b4stien avatar Nov 20 '15 10:11 b4stien

@b4stien Try increasing your line padding settings in preferences.

I was only able to duplicate your screenshot by setting a negative top padding (-2): screen shot 2016-04-08 at 12 08 58 pm

But here's how it looks with top and bottom padding set to 1: screen shot 2016-04-08 at 12 09 18 pm

Add this to your Preferences.sublime-settings to try:

"line_padding_bottom": 1,
"line_padding_top": 1,

zpnk avatar Apr 08 '16 19:04 zpnk