Remove a default inset of 2.0 for labels

This commit is contained in:
Antoine Mercadal
2013-01-23 16:37:33 -08:00
parent 65fd33b9cf
commit a9b68f7c39
+1 -1
View File
@@ -205,7 +205,7 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder");
+ (id)themeAttributes
{
return [CPDictionary dictionaryWithObjects:[_CGInsetMakeZero(), _CGInsetMake(2.0, 2.0, 2.0, 2.0), [CPNull null]]
return [CPDictionary dictionaryWithObjects:[_CGInsetMakeZero(), _CGInsetMakeZero(), [CPNull null]]
forKeys:[@"bezel-inset", @"content-inset", @"bezel-color"]];
}