Skip to content

Commit

Permalink
Changed dock window level to the same as the preferences window has.
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed Nov 9, 2015
1 parent 8a07355 commit 5bc5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/SEBDock/SEBDockController.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ - (id)init {
iconSize = dockHeight - 2 * verticalPadding;

self.window = self.dockWindow;
[self.window setLevel:NSMainMenuWindowLevel+7];
[self.window setLevel:NSMainMenuWindowLevel+6];
[self.window setAcceptsMouseMovedEvents:YES];

}
Expand Down

0 comments on commit 5bc5599

Please sign in to comment.