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!