Skip to content

Commit

Permalink
Fixed size bug in Mac OS zulip#110 [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lplenka committed Apr 2, 2017
1 parent 6d45105 commit ca078cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/js/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let unread = 0;
const trayIconSize = () => {
switch (process.platform) {
case 'darwin':
return 40;
return 20;
case 'win32':
return 100;
case 'linux':
Expand Down

0 comments on commit ca078cb

Please sign in to comment.