Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
trueleo committed Jun 9, 2019
1 parent 67f23e6 commit 39e5e40
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ Item {
}
}

Loader {
id: wallLoader
anchors.fill: parent
active: false
sourceComponent: staticImageC
}

Component {
id: staticImageC
Image {
anchors.fill: root
sourceSize: parent
source: wallpaper.configuration.WallPath
}
}

Rectangle {
id: circle
width: ((parent.height + parent.width) / 8) * (wallpaper.configuration.ShapeSize/100)
Expand Down

0 comments on commit 39e5e40

Please sign in to comment.