June 10, 2010
8:59 p.m.
In RealEstateAgent>>standardWindowExtent, there is a line: allowedArea extent - (grid * (maxLevel + 1 * 2) + (grid // 2)) min: StandardSize I changed the #min: to a #max:, and now I get a SystemBrowser that I don't have to resize every time, to make it bigger. The old solution I used in PharoCore-1.0 was to set Preferences>>bigDisplay on, then adjust the factor for scaling the initialExtent. But Preferences is gone from Pharo-1.1. Is the intended behaviour better realized using #max: ?