From ee5ab6e2108029569bab40be50d7a6de68d6a546 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Sat, 2 Aug 2025 10:28:17 -0700 Subject: [PATCH] tweak default height to 700 --- src-tauri/tauri.conf.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0fd843b..ceede8f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,9 +15,9 @@ { "title": "Handy", "width": 540, - "height": 720, + "height": 700, "minWidth": 540, - "minHeight": 720, + "minHeight": 700, "resizable": true, "maximizable": false } @@ -30,9 +30,7 @@ "active": true, "createUpdaterArtifacts": true, "targets": "all", - "resources": [ - "resources/**/*" - ], + "resources": ["resources/**/*"], "license": "MIT", "icon": [ "icons/32x32.png", @@ -67,4 +65,4 @@ ] } } -} \ No newline at end of file +}