Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.76.mcz==================== Summary ====================
Name: Etoys-kfr.76
Author: kfr
Time: 11 June 2011, 1:13:58 am
UUID: 2e876774-b78b-6940-9aee-6311c926252f
Ancestors: Etoys-kfr.75
CategoryViewer row height changes when locale is changed
http://tracker.squeakland.org/browse/SQ-944=============== Diff against Etoys-kfr.74 ===============
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: 19."
- namePane height: 19.
self world ifNotNil: [self world startSteppingSubmorphsOf: self]!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev