diff options
Diffstat (limited to 'docview/src/frm_text.pas')
-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 c005f210..705064cf 100644 --- a/docview/src/frm_text.pas +++ b/docview/src/frm_text.pas @@ -86,8 +86,8 @@ begin Name := 'Memo1'; SetPosition(0, 0, 496, 260); Anchors := [anLeft,anRight,anTop,anBottom]; - Hint := ''; FontDesc := '#Edit2'; + Hint := ''; TabOrder := 2; end; |