From 2ed0e8e5328b2a12931c0489af7bbf40347b2f08 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 14 Sep 2024 21:44:11 +1000 Subject: [PATCH] Update screen size to more usable (#347) --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f2d817d..52f03e8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,8 +62,8 @@ "windows": [ { "title": "Cinny", - "width": 1024, - "height": 724, + "width": 1280, + "height": 905, "center": true, "resizable": true, "fullscreen": false,