From 1b6f95918d06c3088dce4f6b97492cd4059c0e32 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 11 Aug 2025 15:30:34 -0700 Subject: [PATCH] tweak min height for a single row of custom words by default. --- 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 977b950..c3bb863 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,9 +15,9 @@ { "title": "Handy", "width": 540, - "height": 720, + "height": 730, "minWidth": 540, - "minHeight": 720, + "minHeight": 730, "resizable": true, "maximizable": false, "visible": false