Browse Source
Merge pull request #708 from mrfelton/fix/use-content-size
fix(ui): ensure content size same across platforms
renovate/lint-staged-8.x
JimmyMow
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/main.dev.js
|
|
@ -24,6 +24,7 @@ app.on('ready', () => { |
|
|
|
// Create a new browser window.
|
|
|
|
const mainWindow = new BrowserWindow({ |
|
|
|
show: false, |
|
|
|
useContentSize: true, |
|
|
|
titleBarStyle: 'hidden', |
|
|
|
width: 950, |
|
|
|
height: 600, |
|
|
|