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

sidebar width defaults to narrow #113

Closed rjinski closed 9 years ago

rjinski commented 9 years ago

The sidebar seems to default to narrow without an option to make it wide

predrawn_sidebar_narrow true/false as no effect

jamiewilson commented 9 years ago

It looks like your settings says predRawn_sidebar_narrow. I'd check that first. Let me know if you're still having trouble.

rjinski commented 9 years ago

Sorry, that was just a typo.

"predawn_sidebar_narrow": true

Again, true or false has no effect.

jamiewilson commented 9 years ago

You might try dragging the width of your sidebar. Otherwise, have you tried quitting and relaunching the app?

rjinski commented 9 years ago

Tested, no change.

jamiewilson commented 9 years ago

Hmm. Not sure what else to suggest. Maybe collapsing some folders? That's what I did here, and as you can see, it appears to work: http://quick.as/e2JpTvGk1

What version of Sublime are you running? what OS?

rjinski commented 9 years ago

OSX 10.11.1 Sublime Build 3083

http://postimg.org/image/6oi1h9jo3/

rjinski commented 9 years ago

Just verified - it works in DEV, not release. Although the orange folders are still missing shrug

jamiewilson commented 9 years ago

Okay. looks like you need to follow the instructions for avtivating the theme for ST3 (which is still actually considered a Dev build: https://github.com/jamiewilson/predawn/blob/master/README.md#activating-the-theme

rjinski commented 9 years ago

A dev build resolved - thank you