Skip to content

Commit 74a7d11

Browse files
committed
fix: enforce minimum app window size
1 parent 41d2fda commit 74a7d11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"title": "DevStack",
1717
"width": 1024,
1818
"height": 720,
19+
"minWidth": 960,
20+
"minHeight": 680,
1921
"resizable": true,
2022
"fullscreen": false,
2123
"decorations": false,

0 commit comments

Comments
 (0)