summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-28 16:29:34 -0700
committerDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-28 16:29:34 -0700
commit4a87dba6e869e8091cc2bf19d90b0349c4c1fad9 (patch)
treeecb6ad48f97a917a60b19c137f2fc5da00268e34 /examples
parent1e9047343e0b2dc417580c3c4e77503d2221d88a (diff)
downloadfpGUI-4a87dba6e869e8091cc2bf19d90b0349c4c1fad9.tar.xz
Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars are visible
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/scrollframe/frame_test.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/scrollframe/frame_test.lpr b/examples/gui/scrollframe/frame_test.lpr
index 3fd804f5..596664e6 100644
--- a/examples/gui/scrollframe/frame_test.lpr
+++ b/examples/gui/scrollframe/frame_test.lpr
@@ -100,7 +100,7 @@ var
begin
fpgApplication.Initialize;
form := TfpgForm.Create(nil);
- form.SetPosition(0,0,380,360);
+ form.SetPosition(0,0,480,260);
outer_frame := TfpgScrollFrame.Create(form, t_sample_frame);
outer_frame.Align:=alClient;
outer_frame.ContentFrame.RecalcFrameSize;