[etoys-dev] Etoys: Morphic-bf.4.mcz

commits at source.squeak.org commits at source.squeak.org
Sat May 8 15:55:26 EDT 2010


Bert Freudenberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-bf.4.mcz

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

Name: Morphic-bf.4
Author: bf
Time: 8 May 2010, 12:54:25 pm
UUID: 2310d642-89cf-49bc-afaa-84a7a72ee7e7
Ancestors: Morphic-bf.3

- fix password font size

=============== Diff against Morphic-bf.3 ===============

Item was changed:
  ----- Method: FillInTheBlankMorph>>setPasswordQuery:initialAnswer:answerHeight:acceptOnCR: (in category 'initialization') -----
  setPasswordQuery: queryString initialAnswer: initialAnswer answerHeight: answerHeight acceptOnCR: acceptBoolean
  	| pane |
  	self setQuery: queryString 
  		initialAnswer: initialAnswer 
  		answerHeight: answerHeight 
  		acceptOnCR: acceptBoolean.
  	pane _ self submorphNamed: 'textPane'.
+ 	pane font: FixedFaceFont new passwordFont.!
- 	pane font: (StrikeFont passwordFontSize: 12).!



More information about the etoys-dev mailing list