diff options
Diffstat (limited to 'docview')
-rw-r--r-- | docview/src/frm_text.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/frm_text.pas b/docview/src/frm_text.pas index f8b4a85a..01de3776 100644 --- a/docview/src/frm_text.pas +++ b/docview/src/frm_text.pas @@ -79,7 +79,7 @@ begin SetPosition(0, 0, 496, 260); Anchors := [anLeft,anRight,anTop,anBottom]; Hint := ''; - FontDesc := '#Edit1'; + FontDesc := '#Edit2'; TabOrder := 2; end; |