Adjust window size

This commit is contained in:
jaby 2025-01-26 13:02:11 +00:00
parent 93ac49f2c5
commit 4b46683a99
1 changed files with 3 additions and 0 deletions

View File

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