[etoys-dev] Etoys: Etoys-kfr.78.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jul 16 15:35:14 EDT 2011


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.78.mcz

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

Name: Etoys-kfr.78
Author: kfr
Time: 16 July 2011, 9:34:15 pm
UUID: ac3ec43e-0492-194d-9481-315e10681677
Ancestors: Etoys-kfr.77

Set the right heigth for the CategoryViewer line

=============== Diff against Etoys-kfr.76 ===============

Item was changed:
  ----- Method: CategoryViewer>>updateCategoryNameTo: (in category 'categories') -----
  updateCategoryNameTo: aName
  	"Update the category name, because of a language change."
  
  	self categoryNameMorph contents: aName; color: Color black.
+ 	namePane height: TileMorph defaultH. 
- 	"namePane height: 19."
  	self world ifNotNil: [self world startSteppingSubmorphsOf: self]!



More information about the etoys-dev mailing list