Skip to content

Commit

Permalink
Fix a incorrect path in CircleImage
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Jan 10, 2015
1 parent 6e1c52a commit d1282ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Material/Extras/CircleImage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Item {

Image {
id: mask
source: Qt.resolvedUrl("circle.png")
source: Qt.resolvedUrl("images/circle.png")
anchors.fill: image
smooth: true
visible: false
Expand Down

0 comments on commit d1282ff

Please sign in to comment.