Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 3a3e85d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/sentry/electron-5.9.0
2 parents 2457c20 + 53a2fc8 commit 3a3e85d

File tree

9 files changed

+186
-151
lines changed

9 files changed

+186
-151
lines changed

src-electron/electron-main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function createWindow() {
201201
height: mainWindowState.height,
202202
icon: path.resolve(path.join(__dirname, 'icons', 'icon.png')),
203203
minHeight: 400,
204-
minWidth: 500,
204+
minWidth: 560,
205205
show: false,
206206
webPreferences: {
207207
backgroundThrottling: false,

0 commit comments

Comments
 (0)