Browse Source

Custom drawing looking ugly.

v1.4.1
Abhishek Banthia 8 years ago
parent
commit
525007522f
  1. BIN
      Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate
  2. 2
      Clocker/Custom Table Cell Views/CLTimezoneCellView.m

BIN
Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate generated

Binary file not shown.

2
Clocker/Custom Table Cell Views/CLTimezoneCellView.m

@ -175,7 +175,7 @@
}
else
{
self.customName.drawsBackground = NO;
self.customName.drawsBackground = YES;
self.customName.backgroundColor = [NSColor whiteColor];
[self setTextColor:[NSColor blackColor]];
}

Loading…
Cancel
Save