Etoys: Connectors-kfr.198.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Connectors-kfr.198.mcz

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

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

Name: Connectors-kfr.198
Author: kfr
Time: 11 March 2012, 8:14:32 pm
UUID: 4e66f1c8-0c04-4c5b-a99d-702c1abe067f
Ancestors: Connectors-kfr.197

Change for standard connectors label font

=============== Diff against Connectors-kfr.197 ===============

Item was changed:
  ----- Method: Preferences class>>connectorsLabelFont (in category '*connectors-preferences') -----
  connectorsLabelFont
  "Answer the font to be used to label Connectors"
  ^ Parameters
  at: #connectorsLabelFont
+ ifAbsent: [Parameters at: #connectorsLabelFont put: self standardEToysFont]!
- ifAbsent: [Parameters at: #connectorsLabelFont put: TextStyle defaultFont]!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev