The Trunk: MonticelloConfigurations-mt.130.mcz

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

The Trunk: MonticelloConfigurations-mt.130.mcz

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

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

Name: MonticelloConfigurations-mt.130
Author: mt
Time: 30 April 2015, 2:06:10.897 pm
UUID: be05c73c-06e6-d349-8a41-8eac70ced8fe
Ancestors: MonticelloConfigurations-dtl.129

Some hard-coded layout properties refactored to adapt spacing according to fonts.

=============== Diff against MonticelloConfigurations-dtl.129 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>widgetSpecs (in category 'morphic ui') -----
  widgetSpecs
  ^ #(
+ ((buttonRow) (0 0 1 0) (0 0 0 defaultButtonPaneHeight))
+ ((listMorph:selection:menu: dependencyList dependencyIndex dependencyMenu:) (0 0 1 1) (0 defaultButtonPaneHeight 0 -180))
- ((buttonRow) (0 0 1 0) (0 0 0 30))
- ((listMorph:selection:menu: dependencyList dependencyIndex dependencyMenu:) (0 0 1 1) (0 30 0 -180))
  ((listMorph:selection:menu: repositoryList repositoryIndex repositoryMenu:) (0 1 1 1) (0 -180 0 -120))
  ((textMorph: description) (0 1 1 1) (0 -120 0 0))
  )!