diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-09 11:32:44 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-09 11:32:44 +0000 |
commit | 9a875f9926bf2c82934e378379508c5e19b8c02d (patch) | |
tree | 1d5fa99e749affcb6f916dd5a64b306b134ad6e9 /prototypes/fpgui2/tests | |
parent | 03e2be3d9c130b02d5cc605de884aa2fe2162db9 (diff) | |
download | fpGUI-9a875f9926bf2c82934e378379508c5e19b8c02d.tar.xz |
* Implemented scrollbar support for Grid.
* Implemented alternative colomn width support.
* Improved painting of Headers and Cells.
* Refactored a bit of panting for Headers, Cells and Gridlines.
* Fixed up the clipping issues in the Grid.
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 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; |