Albert Català
Albert Català

Reputation: 2044

Hot to set line height in Sublime Text tab set control

I want to change the font size for a larger, but I can't change the line height, so that letters like g p q are "under cropped"

I haven't found solutions, seems than nobody has changed the labels line height on "tab set control" ¿?

I tried

"row_padding": [8, 3],  // increase second value e.g. [8, 6]
"indent": 12,

and

"line_padding_bottom": 3,
"line_padding_top": 3

without success

Thanks

enter image description here

Upvotes: 2

Views: 2887

Answers (1)

Keith Hall
Keith Hall

Reputation: 16075

This is a known bug, with currently no workarounds (as at build 3126): https://github.com/SublimeTextIssues/Core/issues/694

EDIT: this has been fixed in build 3127.

Upvotes: 2

Related Questions