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]!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev