From b9942926ed7e92ca7472543834b613268b474fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Fri, 15 Mar 2013 00:45:12 +0100 Subject: [PATCH] Fix reference error --- src/shell/applets/testshaderapplet/contents/ui/Shadows.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shell/applets/testshaderapplet/contents/ui/Shadows.qml b/src/shell/applets/testshaderapplet/contents/ui/Shadows.qml index ced2cfdee..05929ad60 100644 --- a/src/shell/applets/testshaderapplet/contents/ui/Shadows.qml +++ b/src/shell/applets/testshaderapplet/contents/ui/Shadows.qml @@ -58,7 +58,7 @@ ShaderExample { width: parent.width * 0.6 height: 96 spacing: 6 - columnSpacing: _m + columnSpacing: 12 PlasmaComponents.Label { text: "Distance:"; width: parent.width * 0.5; @@ -139,6 +139,7 @@ ShaderExample { } PlasmaCore.SvgItem { + id: buttonItem svg: PlasmaCore.Svg { id: configIconsSvg imagePath: "widgets/configuration-icons"