Adjust CPSegmentedControl height to match new Aristo2 art

This commit is contained in:
Antoine Mercadal
2013-01-04 12:20:36 -08:00
parent 55a0652c2b
commit d87f86b2a4
+1
View File
@@ -59,6 +59,7 @@
// Adjust for differences between Cocoa and Cappuccino widget framing.
frame.origin.x += 4;
frame.size.height += 1;
frame.size.width = originalWidth;
[self setFrame:frame];
}