diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-25 16:44:41 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-25 16:44:41 +0200 |
commit | cbe392922b95524e48e2fa446b324f953d2a45d1 (patch) | |
tree | 6325be109aa7e200be5684a705552013ed1f77ef /docview | |
parent | 47de83ddda51711cc86152a76c57bf875a7dddbd (diff) | |
download | fpGUI-cbe392922b95524e48e2fa446b324f953d2a45d1.tar.xz |
docview: Show Text form now uses a monospace font.
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; |