HorizontalPanelView.st
changeset 6100 43667474ed53
parent 5976 7ce7f1eed0cf
child 6138 094c0d355f5f
--- a/HorizontalPanelView.st	Mon Feb 13 20:48:38 2017 +0100
+++ b/HorizontalPanelView.st	Mon Feb 13 20:49:09 2017 +0100
@@ -1461,7 +1461,7 @@
          or:[hL == #fitSpace
          or:[resizeToMaxH]]) ifTrue:[
 "/cg: removed this (OLD) piece of code,
-"/ which prevents resizing of label-like things if its sizeFixed is set to true 
+"/ which prevents resizing of label-like things if it's sizeFixed is set to true 
 
 "/            child sizeFixed ifTrue:[
 "/                d := wEach - (child widthIncludingBorder) // 2.
@@ -1508,6 +1508,7 @@
 
     "Modified: / 04-09-1995 / 18:43:10 / claus"
     "Modified: / 23-11-2016 / 00:36:03 / cg"
+    "Modified (format): / 13-02-2017 / 20:22:45 / cg"
 ! !
 
 !HorizontalPanelView methodsFor:'queries'!