fmeditor-slint/ui/appwindow.slint

7 lines
116 B
Plaintext
Raw Normal View History

2024-04-09 16:01:21 +00:00
export component AppWindow inherits Window {
Text {
text: "Hello world!";
color: green;
}
}