SublimeText / CTags

CTags support for Sublime Text
MIT License
987 stars 167 forks source link

Increase results panel width. #325

Closed Salamandar closed 9 months ago

Salamandar commented 7 years ago

I usually can't read much in the results panel as it's too small.

That's not doable in the API, but there's a easy hack, by adding line 560 (in show_tags_panel):

    display.append([
        ' ' * 500,
        '',
        ''])