Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daguerreo authored Sep 9, 2021
1 parent c35efba commit 70498ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Hovering and selection can be activated enabling the respective properties
anchors.fill: parent
model: treeModel
selectionEnable: true
selectionEnabled: true
hoverEnabled: true
}
```
Expand All @@ -93,7 +93,7 @@ TreeView support color styling for each part. Positioning can be customized with
anchors.fill: parent
model: treeModel
selectionEnable: true
selectionEnabled: true
hoverEnabled: true
color: "steelblue"
Expand Down

0 comments on commit 70498ee

Please sign in to comment.