Skip to content

Commit fdbfc50

Browse files
authored
Merge pull request #10 from Razee4315/fix/lock-window-size
fix: make main window non-resizable to prevent UI overlap
2 parents 3031e77 + 4341259 commit fdbfc50

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"title": "PinIt",
1616
"width": 340,
1717
"height": 460,
18-
"minWidth": 340,
19-
"maxWidth": 340,
20-
"minHeight": 400,
21-
"maxHeight": 700,
22-
"resizable": true,
18+
"resizable": false,
2319
"maximizable": false,
2420
"visible": false,
2521
"decorations": false,

0 commit comments

Comments
 (0)