Skip to content

Commit

Permalink
feat: increase minWidth to 1000 to prevent manual resizing all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jun 28, 2024
1 parent f14d3aa commit 8688664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"fullscreen": false,
"resizable": true,
"title": "Kuwaka Wakati",
"minWidth": 800,
"minWidth": 1000,
"minHeight": 600,
"width": 800,
"width": 1000,
"height": 600,
"fileDropEnabled": false,
"acceptFirstMouse": true
Expand Down

0 comments on commit 8688664

Please sign in to comment.