Skip to content

Commit

Permalink
Fix NSPopUpButton in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Aug 31, 2012
1 parent 3dacb4a commit d0fa16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/nib2cib/NSPopUpButton.j
Expand Up @@ -38,7 +38,7 @@
// adjust the frame
_frame.origin.x -= 4;
_frame.origin.y -= 4;
_frame.size.width += 6;
_frame.size.width += 7;
_bounds.size.width += 7;

[self setPullsDown:[cell pullsDown]];
Expand Down

0 comments on commit d0fa16b

Please sign in to comment.