padding
This commit is contained in:
parent
dac5006c19
commit
cea9d260ba
1 changed files with 4 additions and 5 deletions
|
@ -115,16 +115,15 @@ return {
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
bold_brightens_ansi_colors = false,
|
bold_brightens_ansi_colors = false,
|
||||||
|
|
||||||
|
font_size = 12.5,
|
||||||
font_size = 12.0,
|
|
||||||
line_height = 1.1,
|
line_height = 1.1,
|
||||||
|
|
||||||
initial_cols = 110,
|
initial_cols = 110,
|
||||||
initial_rows = 49,
|
initial_rows = 49,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 10,
|
left = 0,
|
||||||
right = 10,
|
right = 0,
|
||||||
top = 0,
|
top = 21,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue