mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
fix iris bloom coordinates
This commit is contained in:
@@ -302,8 +302,8 @@ LazyLoader {
|
|||||||
property variant source2: nextWallpaper
|
property variant source2: nextWallpaper
|
||||||
property real progress: root.transitionProgress
|
property real progress: root.transitionProgress
|
||||||
property real smoothness: root.edgeSmoothness
|
property real smoothness: root.edgeSmoothness
|
||||||
property real centerX: root.discCenterX
|
property real centerX: 0.5
|
||||||
property real centerY: root.discCenterY
|
property real centerY: 0.5
|
||||||
property real aspectRatio: root.width / root.height
|
property real aspectRatio: root.width / root.height
|
||||||
property real fillMode: root.fillMode
|
property real fillMode: root.fillMode
|
||||||
property vector4d fillColor: root.fillColor
|
property vector4d fillColor: root.fillColor
|
||||||
|
|||||||
Reference in New Issue
Block a user