Skip to content

Commit 5dfd6f0

Browse files
committed
Reduce minWidth slightly to make split screen use easier
It appears to work correctly at 1920x1080 for me anyway, but some users have reported issues, and there's certainly a little slack to reduce this before we really run into issues where we want to block shrinking the window entirely.
1 parent d564f48 commit 5dfd6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const createWindow = (logStream: WriteStream) => {
6868
title: 'HTTP Toolkit',
6969
backgroundColor: '#d8e2e6',
7070

71-
minWidth: 1024,
71+
minWidth: 960, // I.e. half of a 1920 (1080p) monitor
7272
minHeight: 700,
7373

7474
x: windowState.x,

0 commit comments

Comments
 (0)