summaryrefslogtreecommitdiff
path: root/docview
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-12 17:26:35 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-12 17:26:35 +0200
commit57c356041b19c337bf48fcbc5e93301ce983b5d4 (patch)
treeb0a3aac405cd37a11832309436e38d2f7612f97c /docview
parent71a4f5a413558b5e6bed2cb948f3e1f17322d364 (diff)
downloadfpGUI-57c356041b19c337bf48fcbc5e93301ce983b5d4.tar.xz
docview: incorrect anchors were set for Delete button in Notes form.
Diffstat (limited to 'docview')
-rw-r--r--docview/src/frm_note.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/docview/src/frm_note.pas b/docview/src/frm_note.pas
index 882af6ec..2e280a89 100644
--- a/docview/src/frm_note.pas
+++ b/docview/src/frm_note.pas
@@ -123,6 +123,7 @@ begin
begin
Name := 'btnDelete';
SetPosition(92, 161, 80, 24);
+ Anchors := [anLeft,anBottom];
Text := 'Delete';
FontDesc := '#Label1';
Hint := '';