Adjust window size

This commit is contained in:
2025-01-26 13:02:11 +00:00
parent 93ac49f2c5
commit 4b46683a99

View File

@@ -29,6 +29,9 @@ component VRAMArea inherits Rectangle {
}
export component MainWindow inherits Window {
min-width: 1024px;
min-height: 640px;
VRAMArea {
x: 0;
y: 0;