Changeset 596
- Timestamp:
- Jul 16, 2006, 3:52:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BarButton.m
r595 r596 141 141 buttonSize = [self frame].size; 142 142 NSRect textRect = NSMakeRect((buttonSize.width - textSize.width) * 0.5, 143 (buttonSize.height - textSize.height) * 0.5 , textSize.width, textSize.height);143 (buttonSize.height - textSize.height) * 0.5 + 1.5, textSize.width, textSize.height); 144 144 145 145 //create normal button
Note: See TracChangeset
for help on using the changeset viewer.