Fix window size to 765x700 (matching Java frmMain)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export component AppWindow inherits Window {
|
export component AppWindow inherits Window {
|
||||||
title: "RAIDGuard X - DTR RAID Admin";
|
title: "RAIDGuard X - DTR RAID Admin";
|
||||||
width: 800px;
|
width: 765px;
|
||||||
height: 700px;
|
height: 700px;
|
||||||
background: #ece9d8;
|
background: #ece9d8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user