diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index 35fa6b5..52f9cf8 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker/PanelController.m b/Clocker/PanelController.m index b4f4bfb..61127a8 100755 --- a/Clocker/PanelController.m +++ b/Clocker/PanelController.m @@ -316,10 +316,13 @@ NSString *const CLTimezoneCellViewIdentifier = @"timeZoneCell"; [cell updateTextColorWithColor:[NSColor whiteColor] andCell:cell]; [self.mainTableview setBackgroundColor:[NSColor blackColor]]; self.window.alphaValue = 0.90; + [cell.customName setDrawsBackground:YES]; + [cell.customName setBackgroundColor:[NSColor blackColor]]; } else { [cell updateTextColorWithColor:[NSColor blackColor] andCell:cell]; + [cell.customName setDrawsBackground:NO]; [self.mainTableview setBackgroundColor:[NSColor whiteColor]]; self.window.alphaValue = 1; } diff --git a/Clocker/Preferences/CLPreferencesViewController.m b/Clocker/Preferences/CLPreferencesViewController.m index b68197a..8987968 100644 --- a/Clocker/Preferences/CLPreferencesViewController.m +++ b/Clocker/Preferences/CLPreferencesViewController.m @@ -230,8 +230,6 @@ NSString *const CLPreferencesAvailableTimezoneIdentifier = @"availableTimezones" self.searchField.stringValue = CLEmptyString; [self.timezonePanel close]; self.activityInProgress = NO; - - } - (void)clearLabel