From b7e7f8de3d2200ef34510cda3601a50f62af798d Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 15:28:19 +0800 Subject: feat: enhance window dimensions and layout in the application --- src-tauri/tauri.conf.json | 8 +++++--- ui/src/App.svelte | 26 +++++++++++++++----------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2192fab..fc96188 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,9 +12,11 @@ "windows": [ { "title": "Minecraft DropOut Launcher", - "width": 375, - "height": 300, - "resizable": false + "width": 1024, + "height": 768, + "minWidth": 800, + "minHeight": 600, + "resizable": true } ], "security": { diff --git a/ui/src/App.svelte b/ui/src/App.svelte index a648f98..292c719 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -20,28 +20,32 @@
-