Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

hide panel on startup #62

Closed tststs closed 9 years ago

tststs commented 9 years ago

The panel if not set to display: none produces a 1px border to the top. This also stacks with the highlight-selected 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