From 8688664c83c9fd9db28a3f8aec4168f3c5faf17a Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Fri, 28 Jun 2024 07:20:31 +0200 Subject: [PATCH] feat: increase minWidth to 1000 to prevent manual resizing all the time --- 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 4407b09..b2cacb8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -69,9 +69,9 @@ "fullscreen": false, "resizable": true, "title": "Kuwaka Wakati", - "minWidth": 800, + "minWidth": 1000, "minHeight": 600, - "width": 800, + "width": 1000, "height": 600, "fileDropEnabled": false, "acceptFirstMouse": true