mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 17:59:08 +02:00
SynEdit: Windows Default font is now "Courier New" (for component usage)
git-svn-id: trunk@20518 -
This commit is contained in:
parent
9037c5325a
commit
7d32d219bc
@ -108,7 +108,7 @@ const
|
||||
{$DEFINE SynDefaultFont}
|
||||
{$ENDIF}
|
||||
{$IFNDEF SynDefaultFont}
|
||||
SynDefaultFontName = 'courier';
|
||||
SynDefaultFontName = 'Courier New';
|
||||
SynDefaultFontHeight = 12;
|
||||
{$ENDIF}
|
||||
SynDefaultFontPitch = fpFixed;
|
||||
|
Loading…
Reference in New Issue
Block a user