WinWorkstation.st
changeset 5545 24427576c2ac
parent 5523 92ceea4b408d
child 5546 8387e6a32b6d
--- a/WinWorkstation.st	Wed Dec 09 19:07:20 2009 +0100
+++ b/WinWorkstation.st	Fri Dec 11 11:14:10 2009 +0100
@@ -17394,8 +17394,10 @@
 		__width0  = __width;
 		__height0 = __height;
 
-		rec.left = __left-2;
-		rec.top = __top-2;
+		rec.left = __left;
+		// rec.left = __left-2;
+		rec.top = __top;
+		// rec.top = __top-2;
 		rec.right = rec.left + __width;
 		rec.bottom = rec.top + __height;
 		AdjustWindowRectEx(&rec, winStyleBits, 0, winExStyleBits);
@@ -18845,11 +18847,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.416 2009-11-13 18:35:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.417 2009-12-11 10:14:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.416 2009-11-13 18:35:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.417 2009-12-11 10:14:10 cg Exp $'
 ! !
 
 WinWorkstation initialize!