Skip to content

Commit

Permalink
date picker popover made white
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kienle committed Oct 3, 2014
1 parent 813e5ec commit a809f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core Data Editor/Core Data Editor/CDEDatePickerWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ - (id)init {
self.popover = [NSPopover new];
[self.popover setContentViewController:self.datePickerViewController];
[self.popover setBehavior:NSPopoverBehaviorSemitransient];
[self.popover setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantDark]];
[self.popover setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantLight]];
}

return self;
Expand Down

0 comments on commit a809f87

Please sign in to comment.