Skip to content

Commit

Permalink
Update screen size to more usable (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven authored Sep 14, 2024
1 parent 86073d2 commit 2ed0e8e
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 @@ -62,8 +62,8 @@
"windows": [
{
"title": "Cinny",
"width": 1024,
"height": 724,
"width": 1280,
"height": 905,
"center": true,
"resizable": true,
"fullscreen": false,
Expand Down

0 comments on commit 2ed0e8e

Please sign in to comment.