'From etoys4.0 of 9 October 2008 [latest update: #2216] on 10 May 2009 at 3:45:33 pm'! "Change Set: paintBoxLocation-kfr Date: 10 May 2009 Author: Karl Ramberg Do some adjustment so the Paint pallette does not open slightly off screen when using Preferences unlimitedPaintArea and useBiggerPaintingBox"! !PaintBoxMorph methodsFor: 'other' stamp: 'kfr 5/10/2009 15:39'! offsetFromMaxBounds "location of normal PaintBox within maxBounds." | left | left _ self left. Preferences useBiggerPaintingBox ifTrue: [left _ left - (( self width * 1.5)- self width)]. ^ left - colorMemory left @ 0! !