diff --git a/src/shell/applets/testshaderapplet/contents/ui/WobbleExample.qml b/src/shell/applets/testshaderapplet/contents/ui/WobbleExample.qml index a18df969e..e2d83b7fd 100644 --- a/src/shell/applets/testshaderapplet/contents/ui/WobbleExample.qml +++ b/src/shell/applets/testshaderapplet/contents/ui/WobbleExample.qml @@ -95,8 +95,8 @@ ShaderExample { PlasmaCore.IconItem { id: iconItem source: "plasma" - width: 400 - height: 400 + width: parent.width + height: parent.height // width: parent.height // height: width anchors.centerIn: parent