diff options
Diffstat (limited to 'prototypes')
-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 6bc1fb51..cde57c73 100644 --- a/prototypes/fpgui2/tests/edittest.dpr +++ b/prototypes/fpgui2/tests/edittest.dpr @@ -407,7 +407,7 @@ begin sbar.Left := 150; sbar.Height := 100; sbar.Max := 15; - + xpluna := TXPButton.Create(self); xpluna.Left := 250; xpluna.Top := 200; |