diff --git a/AppKit/CPTextField.j b/AppKit/CPTextField.j index a767710bf..9def02cd6 100644 --- a/AppKit/CPTextField.j +++ b/AppKit/CPTextField.j @@ -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"]]; }