summaryrefslogtreecommitdiff
path: root/docview
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-09-01 01:16:51 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-01 08:19:07 +0200
commitbfe7a7791474a6e26cb153370f16bfec7678a7a4 (patch)
tree6cfc89b9e8365351558d2856a8d79638c6e201a1 /docview
parentf84535971b1c6720830dfee137e14ed48a08b59a (diff)
downloadfpGUI-bfe7a7791474a6e26cb153370f16bfec7678a7a4.tar.xz
docview: Fixed 'Copy to clipboard' button anchoring.
Diffstat (limited to 'docview')
-rw-r--r--docview/src/frm_text.pas1
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 := '';