diff --git a/PlayEm/BrowserController.m b/PlayEm/BrowserController.m index 0a633e2..8c0959d 100644 --- a/PlayEm/BrowserController.m +++ b/PlayEm/BrowserController.m @@ -924,7 +924,8 @@ - (void)tableView:(NSTableView*)tableView sortDescriptorsDidChange:(NSArrayCFBundleShortVersionString 1.2 CFBundleVersion - 4721 + 4729 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion diff --git a/PlayEm/Window & ViewControllers/WaveWindowController.m b/PlayEm/Window & ViewControllers/WaveWindowController.m index 477fd8f..f783096 100644 --- a/PlayEm/Window & ViewControllers/WaveWindowController.m +++ b/PlayEm/Window & ViewControllers/WaveWindowController.m @@ -639,19 +639,17 @@ - (void)loadViews _splitSelectors.identifier = @"HorizontalSplitters"; _splitSelectors.dividerStyle = NSSplitViewDividerStyleThin; - sv = [[NSScrollView alloc] initWithFrame:NSMakeRect(0.0, - 0.0, - selectorTableViewWidth, - selectorTableViewHeight)]; + sv = [[NSScrollView alloc] initWithFrame:NSMakeRect( 0.0, + 0.0, + selectorTableViewWidth, + selectorTableViewHeight)]; sv.hasVerticalScroller = YES; sv.autoresizingMask = kViewFullySizeable; sv.drawsBackground = NO; _genreTable = [[NSTableView alloc] initWithFrame:NSZeroRect]; - _genreTable.style = NSTableViewStyleAutomatic; - _genreTable.backgroundColor = [NSColor clearColor]; _genreTable.tag = VIEWTAG_GENRE; + _genreTable.backgroundColor = [NSColor clearColor]; _genreTable.style = NSTableViewStylePlain; - col = [[NSTableColumn alloc] init]; col.title = @"Genre";