The Trunk: MorphicExtras-mt.282.mcz

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

The Trunk: MorphicExtras-mt.282.mcz

commits-2
Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.282.mcz

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

Name: MorphicExtras-mt.282
Author: mt
Time: 13 January 2021, 4:39:27.045847 pm
UUID: 95c69503-32a5-6348-89d5-201549e7b662
Ancestors: MorphicExtras-mt.281

Fixes minor layout issue.

=============== Diff against MorphicExtras-mt.281 ===============

Item was added:
+ ----- Method: ObjectsTool>>minHeight (in category 'layout') -----
+ minHeight
+ ^(self minimumBottom - self top) max: 280!

Item was added:
+ ----- Method: ObjectsTool>>minWidth (in category 'layout') -----
+ minWidth
+ "Answer a width that assures that the alphabet fits in two rows.  For olpc, this is increased in order to make the Connectors category not too absurdly tall."
+
+ ^ 400!

Item was removed:
- ----- Method: ObjectsTool>>minimumHeight (in category 'layout') -----
- minimumHeight
- ^(self minimumBottom - self top) max: 280!

Item was removed:
- ----- Method: ObjectsTool>>minimumWidth (in category 'layout') -----
- minimumWidth
- "Answer a width that assures that the alphabet fits in two rows.  For olpc, this is increased in order to make the Connectors category not too absurdly tall."
-
- ^ 400!