Skip to content

Commit

Permalink
Tweak window buttons’ position.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Jul 15, 2020
1 parent c8d585c commit 7dcafd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser/wm.js
Expand Up @@ -112,8 +112,8 @@ class WindowManager extends EventEmitter {
opts.title = ''
opts.titleBarStyle = opts.titleBarStyle || 'hidden'
opts.trafficLightPosition = {
x: 13,
y: 13
x: 12,
y: 22
}
}
break
Expand Down

0 comments on commit 7dcafd1

Please sign in to comment.