Feb. 28, 2011
8:46 p.m.
Comment #2 on issue 3732 by snoob...@yahoo.ie: default omni browser size bigger http://code.google.com/p/pharo/issues/detail?id=3732 I was thinking of making it relative rather than fixed. So in example below it would be 20% bigger depending on size of window.... initialExtent ^ RealEstateAgent standardWindowExtent * 1.2 min: RealEstateAgent maximumUsableArea extent.