From 40b8c2b9e36a7a702300a285de9dfbbb2407df2f Mon Sep 17 00:00:00 2001 From: rGamer9 <112816761+rGamer9@users.noreply.github.com> Date: Sun, 4 Sep 2022 19:09:12 +0300 Subject: [PATCH] reduce initial window size --- 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 e9c47e3..e28b084 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -56,8 +56,8 @@ "windows": [ { "title": "Svelte-Tauri Template", - "width": 1200, - "height": 800, + "width": 900, + "height": 600, "fullscreen": false, "transparent": true, "decorations": false