Skip to content

Commit 60364a1

Browse files
committed
fix(apps/deditor): shrink too much when minimizing
1 parent 3d9f365 commit 60364a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/deditor/src/main/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ function createWindow(): BrowserWindow {
4141
height,
4242
show: false,
4343
icon,
44+
minWidth: 1024,
45+
minHeight: 768,
4446
// Preload
4547
webPreferences: {
4648
preload: join(dirname(fileURLToPath(import.meta.url)), '../preload/index.mjs'),

0 commit comments

Comments
 (0)