Skip to content

Commit

Permalink
Fix bezel inset of focused textfields
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jan 15, 2013
1 parent 7e502ff commit 2a80ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/Themes/Aristo2/ThemeDescriptors.j
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ var themedButtonValues = nil,
[@"content-inset", CGInsetMake(8.0, 7.0, 5.0, 8.0), CPThemeStateBezeled],
[@"content-inset", CGInsetMake(8.0, 7.0, 5.0, 8.0), CPThemeStateBezeled | CPThemeStateEditing],
[@"bezel-inset", CGInsetMake(3.0, 4.0, 3.0, 4.0), CPThemeStateBezeled],
[@"bezel-inset", CGInsetMake(1.0, 1.0, 1.0, 1.0), CPThemeStateBezeled | CPThemeStateEditing],
[@"bezel-inset", CGInsetMake(0.0, 1.0, 0.0, 1.0), CPThemeStateBezeled | CPThemeStateEditing],

[@"text-color", placeholderColor, CPTextFieldStatePlaceholder],

Expand Down

0 comments on commit 2a80ad8

Please sign in to comment.