remove hardcoded size

wilder-5.14
Sebastian Kügler 13 years ago
parent 9be87afa06
commit 424126a1de
  1. 4
      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

Loading…
Cancel
Save