mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 13:31:43 +02:00
[qml/en] Fix typo (#5058)
This commit is contained in:
@@ -167,7 +167,7 @@ Window {
|
|||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
// Since this rectangle is not created by the ListView, the attached
|
// Since this rectangle is not created by the ListView, the attached
|
||||||
// type is not avaiable.
|
// type is not available.
|
||||||
color: ListView.isCurrentItem ? "green" : "red"
|
color: ListView.isCurrentItem ? "green" : "red"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user