[squeak-dev] The Trunk: Monticello-mt.612.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 17 13:44:10 UTC 2015


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.612.mcz

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

Name: Monticello-mt.612
Author: mt
Time: 17 April 2015, 3:43:56.878 pm
UUID: 6bdbc672-41e9-3c49-b292-11f95d0c164b
Ancestors: Monticello-mt.611

Fixed height/type of annotation pane in MC snapshot browser.

=============== Diff against Monticello-mt.611 ===============

Item was changed:
  ----- Method: MCSnapshotBrowser>>widgetSpecs (in category 'morphic ui') -----
  widgetSpecs
  
  	Preferences annotationPanes ifFalse: [ ^#(
  		((listMorph: category) (0 0 0.25 0.4))
  		((listMorph: class) (0.25 0 0.50 0.4) (0 0 0 -30))
  		((listMorph: protocol) (0.50 0 0.75 0.4))
  		((listMorph:selection:menu:keystroke:  methodList methodSelection methodListMenu: methodListKey:from:) (0.75 0 1 0.4))
  		((buttonRow) (0.25 0.4 0.5 0.4) (0 -30 0 0))
  		((codePane: text) (0 0.4 1 1))
  		) ].
  
  	^#(
  		((listMorph: category) (0 0 0.25 0.4))
  		((listMorph: class) (0.25 0 0.50 0.4) (0 0 0 -30))
  		((listMorph: protocol) (0.50 0 0.75 0.4))
  		((listMorph:selection:menu:keystroke:  methodList methodSelection methodListMenu: methodListKey:from:) (0.75 0 1 0.4))
  
  		((buttonRow) (0.25 0.4 0.5 0.4) (0 -30 0 0))
  
+ 		((inputMorph: annotations) (0 0.4 1 0.4) (0 0 0 30))
- 		((textMorph: annotations) (0 0.4 1 0.4) (0 0 0 30))
  		((codePane: text) (0 0.4 1 1) (0 30 0 0))
  		)!



More information about the Squeak-dev mailing list