diff options
author | David Laurence Emerson <dle3ab@angelbase.com> | 2013-05-28 16:29:34 -0700 |
---|---|---|
committer | David Laurence Emerson <dle3ab@angelbase.com> | 2013-05-28 16:29:34 -0700 |
commit | 4a87dba6e869e8091cc2bf19d90b0349c4c1fad9 (patch) | |
tree | ecb6ad48f97a917a60b19c137f2fc5da00268e34 /examples/gui | |
parent | 1e9047343e0b2dc417580c3c4e77503d2221d88a (diff) | |
download | fpGUI-4a87dba6e869e8091cc2bf19d90b0349c4c1fad9.tar.xz |
Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars are visible
Diffstat (limited to 'examples/gui')
-rw-r--r-- | examples/gui/scrollframe/frame_test.lpr | 2 |
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; |