diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-09-01 01:16:51 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-09-01 08:19:07 +0200 |
commit | bfe7a7791474a6e26cb153370f16bfec7678a7a4 (patch) | |
tree | 6cfc89b9e8365351558d2856a8d79638c6e201a1 /docview | |
parent | f84535971b1c6720830dfee137e14ed48a08b59a (diff) | |
download | fpGUI-bfe7a7791474a6e26cb153370f16bfec7678a7a4.tar.xz |
docview: Fixed 'Copy to clipboard' button anchoring.
Diffstat (limited to 'docview')
-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 := ''; |