Adjust window size
This commit is contained in:
@@ -29,6 +29,9 @@ component VRAMArea inherits Rectangle {
|
||||
}
|
||||
|
||||
export component MainWindow inherits Window {
|
||||
min-width: 1024px;
|
||||
min-height: 640px;
|
||||
|
||||
VRAMArea {
|
||||
x: 0;
|
||||
y: 0;
|
||||
|
Reference in New Issue
Block a user