Karl Ramberg uploaded a new version of System to project Etoys:
http://source.squeak.org/etoys/System-kfr.56.mcz==================== Summary ====================
Name: System-kfr.56
Author: kfr
Time: 13 March 2012, 8:49:22 pm
UUID: bdcb29bc-40c9-0f48-a44d-464014cb5652
Ancestors: System-kfr.55
Set connector label font
=============== Diff against System-kfr.55 ===============
Item was changed:
----- Method: Preferences class>>restoreDefaultFonts (in category 'fonts') -----
restoreDefaultFonts
"Since this is called from menus, we can take the opportunity to prompt for missing font styles."
"
Preferences restoreDefaultFonts
"
Preferences setDefaultFonts: #(
(setListFontTo: BitstreamVeraSans 15)
(setFlapsFontTo: BitstreamVeraSansBold 15)
(setEToysButtonFontTo: BitstreamVeraSans 15)
(setEToysFontTo: BitstreamVeraSansBold 15)
(setEToysCodeFontTo: BitstreamVeraSans 15)
(setEToysTitleFontTo: BitstreamVeraSans 32)
(setPaintBoxButtonFontTo: BitstreamVeraSans 9)
(setMenuFontTo: BitstreamVeraSans 15)
(setWindowTitleFontTo: BitstreamVeraSans 15)
(setBalloonHelpFontTo: BitstreamVeraSans 15)
+ (setConnectorsLabelFontTo: BitstreamVeraSans 15)
-
).
!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev