Skip to content

Commit

Permalink
feat: specify minimum window dimensions
Browse files Browse the repository at this point in the history
this is set pretty conservatively, to allow for usage even in small screens. looking ugly at small sizes is pretty expected
closes #19
  • Loading branch information
vgskye committed Feb 13, 2024
1 parent 6ea3aa4 commit 7602c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
"height": 600,
"resizable": true,
"title": "Fabulously Optimized Installer",
"width": 800
"width": 800,
"minWidth": 224,
"minHeight": 224
}
]
}
Expand Down

0 comments on commit 7602c1e

Please sign in to comment.