mirror of https://gitlab.com/basile.b/dexed.git
changed font default size.
This commit is contained in:
parent
14f6a7ceac
commit
fc03000314
|
@ -69,7 +69,7 @@ begin
|
||||||
Font.Pitch := fpFixed;
|
Font.Pitch := fpFixed;
|
||||||
TabWidth := 4;
|
TabWidth := 4;
|
||||||
BlockIndent := 4;
|
BlockIndent := 4;
|
||||||
Font.Size:= 9;
|
Font.Size:= 10;
|
||||||
Options :=
|
Options :=
|
||||||
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||||
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
||||||
|
|
Loading…
Reference in New Issue