Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
BGHUDButtonCell layout work
Browse files Browse the repository at this point in the history
* Fixes #52, sorry for the delay Vade
  • Loading branch information
timthedevguy committed Apr 12, 2011
1 parent 79a560d commit 93d495b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/BGHUDButtonCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@ -(void)drawTexturedRoundedButtonInFrame:(NSRect)frame {

case NSSmallControlSize:

frame.origin.y += 3;
//frame.origin.y += 3;
//frame.size.height += 2;
break;

case NSMiniControlSize:

frame.origin.y += 5;
//frame.origin.y += 5;
//frame.size.height += 1;
break;
}
Expand Down

0 comments on commit 93d495b

Please sign in to comment.