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
parent
commit
f9f1a538d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/main.dev.js

1
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,

Loading…
Cancel
Save