mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
change default font size to 10pts
I realized that I had set this to 10pts in my configs, and after running with the default for a bit today, I agree with @chadaustin that we should be smaller by default!
This commit is contained in:
parent
1d5e36a97c
commit
0f64357203
@ -324,7 +324,7 @@ fn default_term() -> String {
|
||||
}
|
||||
|
||||
fn default_font_size() -> f64 {
|
||||
11.0
|
||||
10.0
|
||||
}
|
||||
|
||||
fn default_dpi() -> f64 {
|
||||
|
Loading…
Reference in New Issue
Block a user