From ba240a9faaf3cd6968fabd204cbb23cb264c7323 Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Sun, 16 Jun 2024 23:07:13 +0200 Subject: [PATCH] Add min window width --- src-tauri/tauri.conf.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d922934..752e50d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -39,8 +39,10 @@ "windows": [ { "title": "Nuxtor", - "width": 1280, - "height": 720, + "width": 1366, + "height": 768, + "minWidth": 375, + "minHeight": 812, "resizable": true, "fullscreen": false }