The Trunk: SUnitGUI-topa.61.mcz

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

The Trunk: SUnitGUI-topa.61.mcz

commits-2
Tobias Pape uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-topa.61.mcz

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

Name: SUnitGUI-topa.61
Author: topa
Time: 27 April 2015, 12:14:24.019 am
UUID: 469363ca-8ca0-4d13-864f-6fda9f3f248d
Ancestors: SUnitGUI-mt.60

Lose some hard-coded pixels

=============== Diff against SUnitGUI-mt.60 ===============

Item was changed:
  ----- Method: TestRunner>>buttonHeight (in category 'building') -----
  buttonHeight
+ ^ Preferences standardButtonFont height * 3!
- ^Preferences standardButtonFont height + 25!