diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 12:04:47 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 12:04:47 +0000 |
| commit | e88018b890c8ddf62895101439d57ca206d9379b (patch) | |
| tree | 76bad6419075cd5e59d6d467b2f6945da56e95c4 /app/main.js | |
| parent | ca574470c6ce9449a43eaeb81fcb8a35a7656923 (diff) | |
| download | mullvadvpn-e88018b890c8ddf62895101439d57ca206d9379b.tar.xz mullvadvpn-e88018b890c8ddf62895101439d57ca206d9379b.zip | |
- Add settings page layout
- Add defaultDark style for navigation bar
Diffstat (limited to 'app/main.js')
| -rw-r--r-- | app/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.js b/app/main.js index 81e5d39e4c..4c2e123573 100644 --- a/app/main.js +++ b/app/main.js @@ -67,7 +67,7 @@ const getWindowPosition = () => { const createWindow = () => { window = new BrowserWindow({ width: 320, - height: 568, + height: 568 + 12, // 12 is the size of transparent area around arrow frame: false, resizable: false, maximizable: false, |
