From 4242442980103a5919a38b2140992bb6c655a92b Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Thu, 10 Jan 2019 20:55:37 +0000 Subject: [PATCH] Reduce default font size (#141) --- gui/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.go b/gui/gui.go index 995dded..b4b7fa1 100644 --- a/gui/gui.go +++ b/gui/gui.go @@ -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{},