summaryrefslogtreecommitdiff
path: root/docview/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-09-01 01:16:51 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-09-01 01:16:51 +0200
commit511330468287b4a161d46034d7fa4c1a618bbae7 (patch)
tree864b2504020990756977410077dbb38b2423f5a6 /docview/src
parente57b5a38fcd81e82047d5d8c4c97b4f1b8a5df7e (diff)
downloadfpGUI-511330468287b4a161d46034d7fa4c1a618bbae7.tar.xz
docview: Fixed 'Copy to clipboard' button anchoring.
Diffstat (limited to 'docview/src')
-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 := '';