jamiewilson / predawn

Predawn is a dark interface and syntax theme for Sublime Text and Atom.
http://jamiewilson.io/predawn
MIT License
1.8k stars 161 forks source link

Input styling clashes with plugins #83

Closed aldendaniels closed 9 years ago

aldendaniels commented 9 years ago

First - thanks so much for this gorgeous sublime theme. I've really enjoyed using Predawn.

I use the popular SideBarEnhancements package for Sublime. When I use this to create a new file, the text input display appears to be messed up when using Predawn:

screen shot 2015-02-10 at 9 47 01 am

As you can see the input is pushed down and the text is being clipped. It's quite possible that this issue also affects other plugins besides SideBarEnhancements.

Cheers!

aldendaniels commented 9 years ago

Update - this does affect other plugins. Here's the same issue with iOpener:

screen shot 2015-02-12 at 3 28 04 pm

trippo80 commented 9 years ago

Just wanted to mention I've got the same issue with SideBarEnhancements. So I can confirm the issue exists.

jamiewilson commented 9 years ago

Hey @aldendaniels and @trippo80, thanks for heads up. Could this be related to and fixed by the same method here: #8 ?

trippo80 commented 9 years ago

@jamiewilson @aldendaniels Hey - thanks for the tip. It seems to fix the issue for me.

Before resizing it looks like @aldendaniels screenshots above - but after resizing it looks like:

screenshot 2015-03-08 10 08 01

So I would say that fixes the issue for me. Thanks again! (didn't know you could resize those elements of the editor)

aldendaniels commented 9 years ago

@jamiewilson - Indeed - this fixes the issue. Thanks for the suggestion!

Obviously it's not ideal to have to manually resize 3rd party panes, but as Sublime remembers the resize across restart this is a perfectly workable solution.