ImageInspectorView.st
changeset 18162 ef4bec700717
parent 18161 0fe8f8711387
child 18163 146b866d952d
--- a/ImageInspectorView.st	Mon May 28 14:08:07 2018 +0200
+++ b/ImageInspectorView.st	Mon May 28 14:16:43 2018 +0200
@@ -285,11 +285,13 @@
                 magImage := inspectedObject magnifiedBy:mag
             ].
         ].
+        imageView adjust:#topLeft.
         imageView image:magImage.
     ]
 
     "Created: / 28-05-2007 / 15:14:35 / cg"
     "Modified: / 10-09-2017 / 12:30:56 / cg"
+    "Modified: / 28-05-2018 / 14:15:56 / Claus Gittinger"
 !
 
 menuSetBackgroundColor:colorNameSymbol