Sublime Forum

Top/bottom parameter for tab close buttons

#1

I want slightly increase size of tab close buttons. Part of my .sublime-theme file:

   {
        "class": "tab_close_button",
        "settings": ["show_tab_close_buttons"],
        "content_margin": [15, 15]
   },

Result:

Tab close button

Close buttons appeared at the bottom of tab :angry: . How I can make close buttons at the center of tab?

Thanks.

0 Likes