From 424126a1de2de8eb05e5d52dc6b2685b5424334e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 19 Mar 2013 00:29:37 +0100 Subject: [PATCH] remove hardcoded size --- applets/testshaderapplet/contents/ui/WobbleExample.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/testshaderapplet/contents/ui/WobbleExample.qml b/applets/testshaderapplet/contents/ui/WobbleExample.qml index a18df969e..e2d83b7fd 100644 --- a/applets/testshaderapplet/contents/ui/WobbleExample.qml +++ b/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