7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
export component App inherits Window {
|
|
preferred-width: 800px;
|
|
preferred-height: 1280px;
|
|
title: "Slint test";
|
|
background: Colors.royalblue;
|
|
}
|