Fix NSPopUpButton in previous commit.

This commit is contained in:
Alexander Ljungberg
2012-08-31 23:19:24 +01:00
parent 3dacb4a5ef
commit d0fa16b96b
+1 -1
View File
@@ -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]];