mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
14 lines
225 B
Text
14 lines
225 B
Text
|
|
component Inline1 := Rectangle {
|
|
Rectangle {
|
|
x: 66px;
|
|
}
|
|
}
|
|
|
|
SubElements := Rectangle {
|
|
Inline1 {
|
|
color: yellow;
|
|
invalid: yellow;
|
|
// ^error{Unknown property invalid in Inline1}
|
|
}
|
|
}
|