Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide panel on startup #54

Closed
tststs opened this issue Mar 1, 2015 · 0 comments
Closed

hide panel on startup #54

tststs opened this issue Mar 1, 2015 · 0 comments

Comments

@tststs
Copy link

tststs commented Mar 1, 2015

The panel if not set to display: none produces a 1px border to the top.
This also stacks with the highlight-line panel. see screenshot attached

highlight

bildschirmfoto 2015-03-01 um 13 26 16

Maybe just hide the panel after attaching it?:

attach: ->
panel = atom.workspace.addBottomPanel(item: this)
panel.hide()

Greetings
tststs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant