mirror of https://github.com/liamg/aminal.git
Reduce default font size (#141)
This commit is contained in:
parent
c674cbd5c7
commit
4242442980
|
@ -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{},
|
||||
|
|
Loading…
Reference in New Issue