Fix window size to 765x700 (matching Java frmMain)

This commit is contained in:
accusys
2026-03-29 16:15:41 +08:00
parent 0ca3b4561c
commit 2589e7d6e6

View File

@@ -4,7 +4,7 @@
export component AppWindow inherits Window {
title: "RAIDGuard X - DTR RAID Admin";
width: 800px;
width: 765px;
height: 700px;
background: #ece9d8;