summaryrefslogtreecommitdiff
path: root/prototypes
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-09 11:32:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-09 11:32:44 +0000
commit9a875f9926bf2c82934e378379508c5e19b8c02d (patch)
tree1d5fa99e749affcb6f916dd5a64b306b134ad6e9 /prototypes
parent03e2be3d9c130b02d5cc605de884aa2fe2162db9 (diff)
downloadfpGUI-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')
-rw-r--r--prototypes/fpgui2/tests/edittest.dpr2
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;