# HG changeset patch # User Claus Gittinger # Date 1487015349 -3600 # Node ID 43667474ed53f2791de8b1118f5b7096a34d7ae0 # Parent 1d620265365d34224ef56283ea76102dbca8049f #OTHER by cg cmment/format diff -r 1d620265365d -r 43667474ed53 HorizontalPanelView.st --- 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'!