[etoys-dev] Etoys: Monticello-bf.392.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 18 10:33:02 EDT 2010


Bert Freudenberg uploaded a new version of Monticello to project Etoys:
http://source.squeak.org/etoys/Monticello-bf.392.mcz

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

Name: Monticello-bf.392
Author: bf
Time: 18 August 2010, 4:32:48 pm
UUID: 6bbc1571-215e-4fbd-a6b0-512ad149a906
Ancestors: Monticello-bf.391

- use larger default extents for MC tools to make sure all buttons show

=============== Diff against Monticello-bf.391 ===============

Item was changed:
  ----- Method: MCSaveVersionDialog>>defaultExtent (in category 'as yet unclassified') -----
  defaultExtent 
+ 	^ 500 at 300!
- 	^ 400 at 300!

Item was changed:
  ----- Method: MCTool>>showModally (in category 'morphic ui') -----
  showModally
  	modal := true.
+ 	self window openInWorld.
- 	self window openInWorldExtent: (400 at 400).
  	[self window world notNil] whileTrue: [
  		self window outermostWorldMorph doOneCycle.
  	].
  	morph := nil.
  	^ modalValue!

Item was changed:
  ----- Method: MCRepositoryInspector>>defaultExtent (in category 'morphic ui') -----
  defaultExtent
+ 	^570 at 350!
- 	^450 at 300!

Item was changed:
  ----- Method: MCVersionHistoryBrowser>>defaultExtent (in category 'morphic ui') -----
  defaultExtent
+ 	^ 650 at 300
- 	^ 440 at 169.
  	!

Item was changed:
  ----- Method: MCVersionInspector>>defaultExtent (in category 'morphic ui') -----
  defaultExtent
+ 	^ 500 at 300!
- 	^ 400 at 200!

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>defaultExtent (in category 'morphic ui') -----
  defaultExtent
+ 	^ 700 at 400!
- 	^ 550 at 200!

Item was changed:
  ----- Method: MCFileRepositoryInspector>>defaultExtent (in category 'morphic ui') -----
  defaultExtent
+ 	^570 at 350!
- 	^450 at 300!



More information about the etoys-dev mailing list