Reduce default font size

This commit is contained in:
Liam Galvin 2019-01-10 20:51:28 +00:00
parent 89eea0921d
commit a5e68090f2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func New(config *config.Config, terminal *terminal.Terminal, logger *zap.Sugared
height: 600,
dpiScale: 1,
terminal: terminal,
fontScale: 14.0,
fontScale: 10.0,
terminalAlpha: 1,
keyboardShortcuts: shortcuts,
resizeLock: &sync.Mutex{},