mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
MacOSX: default font size set to 12
This commit is contained in:
@ -92,9 +92,9 @@ editor.code_folding=true
|
|||||||
# font size for editor
|
# font size for editor
|
||||||
editor.font=Monospaced,plain,12
|
editor.font=Monospaced,plain,12
|
||||||
# Monaco is nicer on Mac OS X, so use that explicitly
|
# Monaco is nicer on Mac OS X, so use that explicitly
|
||||||
editor.font.macosx = Monaco,plain,10
|
editor.font.macosx = Monaco,plain,12
|
||||||
|
|
||||||
# anti-aliased text, turned off by default
|
# anti-aliased text, turned on by default
|
||||||
editor.antialias=true
|
editor.antialias=true
|
||||||
|
|
||||||
# color to be used for background when 'external editor' enabled
|
# color to be used for background when 'external editor' enabled
|
||||||
|
Reference in New Issue
Block a user