fmeditor-slint/ui/appwindow.slint

7 lines
116 B
Plaintext

export component AppWindow inherits Window {
Text {
text: "Hello world!";
color: green;
}
}