diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/stdimages/stdimglist.lpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/stdimages/stdimglist.lpr b/examples/gui/stdimages/stdimglist.lpr index 06212cfc..25ed254c 100644 --- a/examples/gui/stdimages/stdimglist.lpr +++ b/examples/gui/stdimages/stdimglist.lpr @@ -54,7 +54,7 @@ begin img := TfpgImage(sl.Objects[n]); if img <> nil then - Canvas.DrawImage(x+150, y, img); + Canvas.DrawImage(x+130, y, img); inc(y, img.Height+8); if y > Height-32 then // largest images are 32 in height |