Karl Ramberg uploaded a new version of Monticello to project Etoys:
http://source.squeak.org/etoys/Monticello-kfr.402.mcz==================== Summary ====================
Name: Monticello-kfr.402
Author: kfr
Time: 21 May 2011, 12:30:01 am
UUID: c64a0e2e-06cb-1b44-ad48-42e1de33498f
Ancestors: Monticello-kfr.401
Fix some window layout
=============== Diff against Monticello-kfr.401 ===============
Item was changed:
----- Method: MCPatchBrowser>>widgetSpecs (in category 'morphic ui') -----
widgetSpecs
Preferences annotationPanes ifFalse: [ ^#(
((listMorph:selection:menu:keystroke: list selection methodListMenu: methodListKey:from:) (0 0 1 0.4) (0 0 0 0))
((textMorph: text) (0 0.4 1 1))
) ].
^ {
#((listMorph:selection:menu:keystroke: list selection methodListMenu: methodListKey:from:) (0 0 1 0.4) (0 0 0 0)).
+ { #(textMorph: annotations). #(0 0.4 1 0.45). { 0. 0. 0. self defaultAnnotationPaneHeight. } }.
+ { #(textMorph: text). #(0 0.45 1 1). { 0. self defaultAnnotationPaneHeight. 0. 0. } }.
- { #(textMorph: annotations). #(0 0.4 1 0.4). { 0. 0. 0. self defaultAnnotationPaneHeight. } }.
- { #(textMorph: text). #(0 0.4 1 1). { 0. self defaultAnnotationPaneHeight. 0. 0. } }.
}!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev