Skip to content

Commit 237c5a9

Browse files
committed
Set min window size
1 parent 572e204 commit 237c5a9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
"frontendDist": "../build"
1111
},
1212
"app": {
13-
"withGlobalTauri": false,
13+
"withGlobalTauri": false,
1414
"windows": [
1515
{
1616
"title": "Rusty Commander",
17-
"width": 800,
18-
"height": 600,
17+
"width": 1080,
18+
"height": 720,
19+
"minWidth": 950,
20+
"minHeight": 550,
1921
"visible": false
2022
}
2123
],

0 commit comments

Comments
 (0)