We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be640c commit 65519f2Copy full SHA for 65519f2
1 file changed
src/index.ts
@@ -68,8 +68,8 @@ const createWindow = (logStream: WriteStream) => {
68
title: 'HTTP Toolkit',
69
backgroundColor: '#d8e2e6',
70
71
- minWidth: 960, // I.e. half of a 1920 (1080p) monitor
72
- minHeight: 700,
+ minWidth: 700,
+ minHeight: 600,
73
74
x: windowState.x,
75
y: windowState.y,
0 commit comments