Browse Source

Scale effect in keeping with source image

Donald Carr 8 years ago
parent
commit
e3eb9fe972
1 changed files with 2 additions and 0 deletions
  1. 2 0
      qml/common/VisualEffect.qml

+ 2 - 0
qml/common/VisualEffect.qml

@@ -10,7 +10,9 @@ Item {
 
     function scheduleUpdate() { effectSource.scheduleUpdate() }
 
+    transformOrigin: Item.TopLeft
     anchors.fill: target
+    scale: target.scale
 
     ShaderEffectSource {
         id: effectSource