Actions
Bug #4873
closedActors in repository library subtree are crammed together
Start date:
03/09/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4873
Description
On Windows XP (maybe on other versions of windows) the actor icons are crammed tightly together when you open up Actors-2_0/CoreActors,kar or the other yellow repositories. They should be spaced similarly to the mac.
Updated by Aaron Aaron almost 15 years ago
I've added 2 pixels to the rowHeight of the AnnotatedPTree class. Now it would be nice to toggle this based on OS...
Updated by Chad Berkley almost 15 years ago
You probably know this, but you can use System.getProperty("os.name"); to fine the current OS for switching stuff like this.
Actions