Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): update default window width to 950px
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 18, 2020
1 parent 010661c commit 8ca422b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ app.on('ready', async () => {
show: false,
useContentSize: true,
titleBarStyle: 'hidden',
width: 900,
width: 950,
height: 680,
minWidth: 900,
minHeight: 425,
minWidth: 950,
minHeight: 450,
backgroundColor: get(theme, 'colors.primaryColor', '#242633'),
icon: isDev
? path.resolve('resources', 'icon.png')
Expand Down

0 comments on commit 8ca422b

Please sign in to comment.