changed font default size.

This commit is contained in:
Basile Burg 2014-11-19 10:18:32 +01:00
parent 14f6a7ceac
commit fc03000314
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ begin
Font.Pitch := fpFixed;
TabWidth := 4;
BlockIndent := 4;
Font.Size:= 9;
Font.Size:= 10;
Options :=
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];