summaryrefslogtreecommitdiff
path: root/prototypes/fpgui2/tests/edittest.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/fpgui2/tests/edittest.dpr')
-rw-r--r--prototypes/fpgui2/tests/edittest.dpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/fpgui2/tests/edittest.dpr b/prototypes/fpgui2/tests/edittest.dpr
index 20a53b33..422d9c56 100644
--- a/prototypes/fpgui2/tests/edittest.dpr
+++ b/prototypes/fpgui2/tests/edittest.dpr
@@ -399,6 +399,7 @@ begin
memo.Left := 250;
memo.Width := 200;
memo.Height := 80;
+ memo.Anchors := [anLeft, anTop, anRight, anBottom];
listbox := TfpgListBox.Create(self);
listbox.Top := 100;