Skip to content

Commit 192eaf4

Browse files
Merge pull request #789 from Adamant-im/fix/remove-window-max-size
fix: remove window max width
2 parents 380f23f + 98ba317 commit 192eaf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/electron/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function createWindow() {
6464
name: 'ADAMANT Messenger',
6565
width: 800,
6666
height: 800,
67-
maxWidth: 800,
6867
minWidth: 380,
6968
minHeight: 624,
7069
icon: path.join(__dirname, '/icon.png')

0 commit comments

Comments
 (0)