Skip to content

Commit 9aabce2

Browse files
committed
style: adjust debug window dimensions
1 parent 009d001 commit 9aabce2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/runtime/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export default {
1111
maximizable: true,
1212
size: {
1313
width: 960,
14-
height: 720,
14+
height: 640,
1515
minWidth: 720,
16-
minHeight: 480,
16+
minHeight: 420,
1717
},
1818
},
1919
},

0 commit comments

Comments
 (0)