From 125d9b1c584d7ad9b771686d5ae3d2a2778e20ab Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 28 Jul 2025 12:43:15 -0700 Subject: [PATCH] better default 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 6fc07f4..5a0f2eb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,9 +14,9 @@ { "title": "Handy", "width": 540, - "height": 670, + "height": 680, "minWidth": 540, - "minHeight": 670, + "minHeight": 680, "resizable": true, "maximizable": false }