#OTHER by mawalch
authormawalch
Tue, 30 May 2017 17:53:01 +0200
changeset 6165 ff8b7a83327f
parent 6164 4fa5c4c68b5e
child 6166 33c75b4a9999
#OTHER by mawalch Spelling and grammar fixes.
PanelView.st
--- a/PanelView.st	Tue May 30 17:52:48 2017 +0200
+++ b/PanelView.st	Tue May 30 17:53:01 2017 +0200
@@ -488,16 +488,18 @@
 
 setChildPositionsIfChanged
     "set all of my child positions - this is usually delayed,
-     until the panel is actually shown (since we don't know, if more
+     until the panel is actually shown (since we do not know, if more
      elements are to be added) thus avoiding repositioning the elements
-     over and over. However, sometimes it is nescessary, to force positioning
+     over and over. However, sometimes it is necessary to force positioning
      the elements, for example, before querying the relative position of
-     an element (modalBoxes do so, to position the ok-button under the mouse
+     an element (modalBoxes do so, to position the OK-button under the mouse
      pointer)."
 
     mustRearrange ifTrue:[
         self setChildPositions
     ].
+
+    "Modified (comment): / 30-05-2017 / 17:36:26 / mawalch"
 ! !
 
 !PanelView methodsFor:'layout'!