diff -r 651885033545 -r 64f3537ca061 UIPainter.st --- a/UIPainter.st Tue Jul 13 21:20:48 1999 +0200 +++ b/UIPainter.st Tue Jul 13 21:45:36 1999 +0200 @@ -2951,8 +2951,8 @@ myOrg := myWindow origin. myCorner := myWindow corner. - canvasOrg := 0@0. - myOrg := (device width - myWindow width - 20) @ 0. + canvasOrg := 10@20. + myOrg := (device width - myWindow width - 20) @ 20. galleryOrg := (device width - galleryWindow width - 20) @ ((myWindow height + 20) min:(device height - galleryWindow height - 20)). @@ -2964,8 +2964,7 @@ galleryWindow raise. canvasWindow raise. - - "Modified: / 22.8.1998 / 17:41:34 / cg" + "Modified: / 13.7.1999 / 21:26:52 / cg" ! ! !UIPainter methodsFor:'user actions'!