Spacegray icon indicating copy to clipboard operation
Spacegray copied to clipboard

Open files close icon margin issue after setting 'spacegray_fileicons:true'

Open Halomaple opened this issue 8 years ago • 7 comments

After setting 'spacegray_fileicons:true', the open files close icon is not totally shown, only part of it. Resizing window doesn't work.

spacegray-open-file-icon-issue

Halomaple avatar Nov 29 '16 01:11 Halomaple

Yeah unfortunately you can control the offset only of the whole tree, so that means moving also the project FOLDERS

Here is the relative line if you want to play with it https://github.com/kkga/spacegray/blob/master/Spacegray.sublime-theme#L741

Any recommendation is welcome

marcofugaro avatar Nov 29 '16 10:11 marcofugaro

I don't have a problem with the project folder being more indented. I find it more important to see the status of the opened files (e.g. yellow circle for unsaved ones etc.).

ronau avatar Nov 29 '16 11:11 ronau

"indent_offset": 10

zhuziyi1989 avatar Apr 23 '17 09:04 zhuziyi1989

should be by default "indent_offset": 10 as it is a quite annoying issue

nean-and-i avatar May 26 '17 10:05 nean-and-i

@zhuziyi1989 How do I enter this in the settings file? Simply putting "indent_offset": 10 doesn't seem to work.

tobiasger avatar Aug 26 '17 21:08 tobiasger

I also realised that if you've installed A File Icon you can put "force_mode": true in the settings for A File Icon to overwrite the theme icons, and they seem to work perfectly without the indent issue.

tobiasger avatar Aug 26 '17 21:08 tobiasger

@tobiasger you need to edit Spacegray.sublime-theme and set "indent_offset": 10. @nean-and-i mode a fix in https://github.com/kkga/spacegray/pull/201. But I think the way you mentioned is also a good alternative. Thanks both of you.

Halomaple avatar Sep 22 '17 16:09 Halomaple