summaryrefslogtreecommitdiff
path: root/unit1.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.pas')
-rw-r--r--unit1.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit1.pas b/unit1.pas
index 90f3173..8887e8f 100644
--- a/unit1.pas
+++ b/unit1.pas
@@ -205,7 +205,7 @@ begin
image1.free;
image1:=tImage.create(form1);
image1.parent:=form1;
- image1.left:=344;
+ image1.left:=400;
image1.top:=0;
image1.width:=form1.clientWidth-image1.left;
image1.height:=form1.clientHeight-image1.top;