Skip to content

Commit

Permalink
Merge pull request #8 from a2/patch-1
Browse files Browse the repository at this point in the history
Remove extraneous whitespace in preference pane.
  • Loading branch information
kolinkrewinkel committed Apr 8, 2014
2 parents 9acf7cc + a6488f4 commit f432af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ - (void)setupVariablesPane
[descriptionLabel setBezeled:NO];
[descriptionLabel setSelectable:NO];
descriptionLabel.textColor = [NSColor darkGrayColor];
descriptionLabel.stringValue = @"Local variables, properties, and ivars, as well as statics and arguments are colored.\n\nThey are assigned a color by adding them to a sorted set. Essentially, they are given a transient position on the spectrum, and the saturation and brightness levels are pre-defined to maintain a sense of consistency.\n\nBy doing this, a clash of neons versus pastels does not occur while the hue itself can shift.";
descriptionLabel.stringValue = @"Local variables, properties, and ivars, as well as statics and arguments are colored.\n\nThey are assigned a color by adding them to a sorted set. Essentially, they are given a transient position on the spectrum, and the saturation and brightness levels are pre-defined to maintain a sense of consistency.\n\nBy doing this, a clash of neons versus pastels does not occur while the hue itself can shift.";
[variablePrefsView addSubview:descriptionLabel];

[self ply_setVarPrefsView:variablePrefsView];
Expand Down

0 comments on commit f432af9

Please sign in to comment.