mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Janitor: update docs to new syntax
This commit is contained in:
parent
35cfed3a10
commit
552e4c0520
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ export global Logic {
|
||||||
// You can collect other global properties here
|
// You can collect other global properties here
|
||||||
}
|
}
|
||||||
|
|
||||||
export Recipe := Window {
|
export component Recipe inherits Window {
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
input := LineEdit {
|
input := LineEdit {
|
||||||
text: "Text to be transformed";
|
text: "Text to be transformed";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue