From 4d6a5b59cdc4b7f78aa43955c2008d8918fff353 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Tue, 14 Oct 2025 16:24:47 +0300 Subject: [PATCH] size of window --- app/nextgraph/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nextgraph/src-tauri/tauri.conf.json b/app/nextgraph/src-tauri/tauri.conf.json index 1ca0d9b..09a4df0 100644 --- a/app/nextgraph/src-tauri/tauri.conf.json +++ b/app/nextgraph/src-tauri/tauri.conf.json @@ -14,7 +14,7 @@ "windows": [ { "title": "NextGraph", - "width": 800, + "width": 1024, "height": 600 } ],