mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 04:04:29 +03:00
[qml/en] Fix typo (#5058)
This commit is contained in:
parent
4e4f47cd8e
commit
65d8f4221b
@ -167,7 +167,7 @@ Window {
|
||||
|
||||
Rectangle {
|
||||
// Since this rectangle is not created by the ListView, the attached
|
||||
// type is not avaiable.
|
||||
// type is not available.
|
||||
color: ListView.isCurrentItem ? "green" : "red"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user