diff options
-rw-r--r-- | docview/src/frm_text.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docview/src/frm_text.pas b/docview/src/frm_text.pas index 1f2c3857..c005f210 100644 --- a/docview/src/frm_text.pas +++ b/docview/src/frm_text.pas @@ -96,6 +96,7 @@ begin begin Name := 'btnCopy'; SetPosition(4, 268, 128, 24); + Anchors := [anLeft,anBottom]; Text := 'Copy to Clipboard'; FontDesc := '#Label1'; Hint := ''; |