Skip to content

Commit 65519f2

Browse files
committed
Shrink the minimum width further now the UI supports narrow layout
1 parent 9be640c commit 65519f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

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

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

7474
x: windowState.x,
7575
y: windowState.y,

0 commit comments

Comments
 (0)