From 64b23adb450e240697776a62c70b8274db3f5866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Niemel=C3=A4?= Date: Wed, 11 Jan 2012 09:32:41 +0200 Subject: Renamed FastBlur property blur -> radius --- tools/pngdumper/ItemModel.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/pngdumper/ItemModel.qml b/tools/pngdumper/ItemModel.qml index b755723..a962bf5 100644 --- a/tools/pngdumper/ItemModel.qml +++ b/tools/pngdumper/ItemModel.qml @@ -306,18 +306,18 @@ VisualItemModel { height: size source: bug property string __name: "FastBlur" - property variant __properties: ["blur"] - property string __varyingProperty: "blur" - property variant __values: ["0.0", "0.5", "1.0"] + property variant __properties: ["radius"] + property string __varyingProperty: "radius" + property variant __values: ["0.0", "32", "64"] } FastBlur { function init() { checkerboard = true } width: size height: size source: bug - blur: 1.0 + radius: 64 property string __name: "FastBlur" - property variant __properties: ["blur", "transparentBorder"] + property variant __properties: ["radius", "transparentBorder"] property string __varyingProperty: "transparentBorder" property variant __values: [false, true] function uninit() { checkerboard = false } -- cgit v1.2.3