From 2589e7d6e699b2135f0e98fd46ff93eee0840a56 Mon Sep 17 00:00:00 2001 From: accusys Date: Sun, 29 Mar 2026 16:15:41 +0800 Subject: [PATCH] Fix window size to 765x700 (matching Java frmMain) --- ui/main_window.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main_window.slint b/ui/main_window.slint index bbde042..9863dfa 100644 --- a/ui/main_window.slint +++ b/ui/main_window.slint @@ -4,7 +4,7 @@ export component AppWindow inherits Window { title: "RAIDGuard X - DTR RAID Admin"; - width: 800px; + width: 765px; height: 700px; background: #ece9d8;