When I try to increase the font size of the filename in the file tab, the font gets bigger, but
the lower half of the filename also becomes progressively cutoff. This results in half of a big font
displayed in the file tab.
/** Tab Labels **/
{
"class": "tab_label",
"fg": [0, 0, 0, 255],
"font.size" : 18,
"shadow_color": [255, 255, 255, 80],
"shadow_offset": [0, 1]
},