[Pkg] The Trunk: ReleaseBuilder-chc.74.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 22 21:19:04 UTC 2011


Chris Cunnington uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-chc.74.mcz

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

Name: ReleaseBuilder-chc.74
Author: chc
Time: 22 December 2011, 4:18:49.535 pm
UUID: 1f18258e-84e3-4635-b0a5-2078133eb8ff
Ancestors: ReleaseBuilder-cmm.73

Final spacing for Welcome windows.

=============== Diff against ReleaseBuilder-cmm.73 ===============

Item was changed:
  ----- Method: ReleaseBuilderTrunk class>>openWelcomeWorkspaces (in category 'private') -----
  openWelcomeWorkspaces
  	TheWorldMainDockingBar instance
  		showWelcomeText: #squeakUserInterface
  		label: 'Squeak User Interface'
+ 		in: (40 @ 40 extent: 500 @ 300).
- 		in: (120 @ 120 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #workingWithSqueak
  		label: 'Working With Squeak'
+ 		in: (80 @ 80 extent: 500 @ 300).
- 		in: (180 @ 180 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #licenseInformation
  		label: 'License Information'
+ 		in: (120 @ 120 extent: 500 @ 300).
- 		in: (240 @ 240 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #welcomeFutureDirections
  		label: 'Future Directions'
+ 		in: (160 @ 160 extent: 500 @ 300).
- 		in: (300 @ 300 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #welcomeToSqueak43
  		label: 'Welcome to Squeak 4.3'
+ 		in: (200 @ 200 extent: 500 @ 300)!
- 		in: (360 @ 360 extent: 500 @ 300)!



More information about the Packages mailing list