checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 13 Jul 1999 21:45:36 +0200
changeset 1195 64f3537ca061
parent 1194 651885033545
child 1196 e2ced3798ed5
checkin from browser
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'!