Set tab font size, which had a different default in ST4.
This commit is contained in:
parent
ec48e57d0b
commit
80da4437e4
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@
|
||||||
{
|
{
|
||||||
"class": "tab_label",
|
"class": "tab_label",
|
||||||
"fg": [0, 0, 0, 255],
|
"fg": [0, 0, 0, 255],
|
||||||
|
"font.size": 12,
|
||||||
"shadow_color": [255, 255, 255, 80],
|
"shadow_color": [255, 255, 255, 80],
|
||||||
"shadow_offset": [0, 1]
|
"shadow_offset": [0, 1]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue