From 39e5e4047e6414837b867f3f548136bea45d64ce Mon Sep 17 00:00:00 2001 From: Satyam Singh Date: Sun, 9 Jun 2019 16:42:16 +0530 Subject: [PATCH] oops --- contents/ui/main.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/contents/ui/main.qml b/contents/ui/main.qml index 4ef134e..5f3143a 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -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)