fix for the linux version, shortcut <CTRL>+<+> and <CTRL>+<-> were not working because of the default size (0).

This commit is contained in:
Basile Burg 2014-11-18 22:35:51 +01:00
parent ef740f540e
commit 14f6a7ceac
1 changed files with 1 additions and 0 deletions

View File

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