From 14f6a7ceac11de63d6b908b4f07ba4d780b3c1fa Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 18 Nov 2014 22:35:51 +0100 Subject: [PATCH] fix for the linux version, shortcut +<+> and +<-> were not working because of the default size (0). --- src/ce_synmemo.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 244c0148..bb75737b 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -69,6 +69,7 @@ begin Font.Pitch := fpFixed; TabWidth := 4; BlockIndent := 4; + Font.Size:= 9; Options := [eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces, eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];