diff options
Diffstat (limited to 'prototypes/fpgui2/tests')
-rw-r--r-- | prototypes/fpgui2/tests/edittest.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/fpgui2/tests/edittest.dpr b/prototypes/fpgui2/tests/edittest.dpr index cb328eec..a71b2982 100644 --- a/prototypes/fpgui2/tests/edittest.dpr +++ b/prototypes/fpgui2/tests/edittest.dpr @@ -124,7 +124,7 @@ type memo.Left := 250; memo.Width := 200; memo.Height := 80; - + listbox := TfpgListBox.Create(self); listbox.Top := 100; listbox.Left := 250; |