diff options
-rw-r--r-- | docview/src/frm_note.pas | 1 |
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 := ''; |