[squeak-dev] The Trunk: EToys-ct.486.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 19 18:04:57 UTC 2022


Christoph Thiede uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ct.486.mcz

==================== Summary ====================

Name: EToys-ct.486
Author: ct
Time: 19 November 2022, 7:04:16.24343 pm
UUID: 7824dd20-441e-3342-a4bf-18f7463f6c65
Ancestors: EToys-ct.485

Makes WatchMorph scale-factor-aware.

=============== Diff against EToys-ct.485 ===============

Item was changed:
  ----- Method: WatchMorph>>initialize (in category 'initialization') -----
  initialize
  	"initialize the state of the receiver"
  	super initialize.
  	""
  
  	self handsColor: Color red.
  	self centerColor: Color gray.
  	romanNumerals := false.
  	antialias := false.
  	fontName := 'NewYork'.
+ 	self extent: 130 px @ 130 px.
- 	self extent: 130 @ 130.
  	self start!



More information about the Squeak-dev mailing list