summaryrefslogtreecommitdiffhomepage
path: root/app/main.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 12:04:47 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 12:04:47 +0000
commite88018b890c8ddf62895101439d57ca206d9379b (patch)
tree76bad6419075cd5e59d6d467b2f6945da56e95c4 /app/main.js
parentca574470c6ce9449a43eaeb81fcb8a35a7656923 (diff)
downloadmullvadvpn-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.js2
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,