Adjust window size
This commit is contained in:
parent
93ac49f2c5
commit
4b46683a99
|
@ -29,6 +29,9 @@ component VRAMArea inherits Rectangle {
|
|||
}
|
||||
|
||||
export component MainWindow inherits Window {
|
||||
min-width: 1024px;
|
||||
min-height: 640px;
|
||||
|
||||
VRAMArea {
|
||||
x: 0;
|
||||
y: 0;
|
||||
|
|
Loading…
Reference in New Issue