Skip to content

Commit

Permalink
Fixed: in recent builds token field text didn't align.
Browse files Browse the repository at this point in the history
Text inside of tokens appeared 1 px higher than text typed in the text field area.
  • Loading branch information
aljungberg committed Aug 1, 2012
1 parent 299998b commit 41783e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/Themes/Aristo/ThemeDescriptors.j
Expand Up @@ -1089,7 +1089,7 @@ var themedButtonValues = nil,
[@"text-color", textHighlightedColor, CPThemeStateHighlighted],

[@"bezel-inset", CGInsetMakeZero(), CPThemeStateBezeled],
[@"content-inset", CGInsetMake(1.0, 22.0, 3.0, 15.0), CPThemeStateBezeled],
[@"content-inset", CGInsetMake(2.0, 22.0, 2.0, 15.0), CPThemeStateBezeled],

// Minimum height == maximum height since tokens are fixed height.
[@"min-size", CGSizeMake(0.0, 19.0)],
Expand Down

0 comments on commit 41783e8

Please sign in to comment.