Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Preferences bigDisplay
Last updated at 10:02 pm UTC on 2 July 2018
Preferences

RealEstateAgent

scaleFactor
	"Use the default font height to calculate some factor. Better than nothing..."
	
	^ (TextStyle defaultFont height / 14 "reference value") * (Preferences bigDisplay ifTrue: [1.75] ifFalse: [1.0])