Reduce default font size (#141)

This commit is contained in:
Liam Galvin 2019-01-10 20:55:37 +00:00 committed by GitHub
parent c674cbd5c7
commit 4242442980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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{},