From 03a043e4da7e8dba0f04e38d1f9de923352c7706 Mon Sep 17 00:00:00 2001 From: cyph3rasi Date: Wed, 15 Jul 2026 16:13:14 -0700 Subject: [PATCH] Make 1280 by 820 the minimum resizable Synapsis window size Hop-State: A_06FPG3JAJY69GABSZ5RPMAG Hop-Proposal: R_06FPG3FFNC9N0R62MK637M0 Hop-Task: T_06FPG3DCX0YRW99JEVAZXX8 Hop-Attempt: AT_06FPG3DCX10JAWYB0Y44P9R --- 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 33cbe3c..aef5e8d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,8 +15,8 @@ "title": "Synapsis", "width": 1280, "height": 820, - "minWidth": 720, - "minHeight": 560, + "minWidth": 1280, + "minHeight": 820, "center": true, "hiddenTitle": true, "titleBarStyle": "Overlay"