From a6488f40c4d0f648ba3558d76c09360fdf88ebf8 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Mon, 7 Apr 2014 17:31:05 +0100 Subject: [PATCH] Remove extraneous whitespace --- .../IDEFontAndColorPrefsPaneController+PLYPrefsPaneHook.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polychromatic/Categories/IDEFontAndColorPrefsPaneController+PLYPrefsPaneHook.m b/Polychromatic/Categories/IDEFontAndColorPrefsPaneController+PLYPrefsPaneHook.m index e7b25c5..116971e 100644 --- a/Polychromatic/Categories/IDEFontAndColorPrefsPaneController+PLYPrefsPaneHook.m +++ b/Polychromatic/Categories/IDEFontAndColorPrefsPaneController+PLYPrefsPaneHook.m @@ -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];