mirror of https://gitlab.com/basile.b/dexed.git
fix for the linux version, shortcut <CTRL>+<+> and <CTRL>+<-> were not working because of the default size (0).
This commit is contained in:
parent
ef740f540e
commit
14f6a7ceac
|
@ -69,6 +69,7 @@ begin
|
||||||
Font.Pitch := fpFixed;
|
Font.Pitch := fpFixed;
|
||||||
TabWidth := 4;
|
TabWidth := 4;
|
||||||
BlockIndent := 4;
|
BlockIndent := 4;
|
||||||
|
Font.Size:= 9;
|
||||||
Options :=
|
Options :=
|
||||||
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||||
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
||||||
|
|
Loading…
Reference in New Issue