remove hardcoded size

This commit is contained in:
Sebastian Kügler 2013-03-19 00:29:37 +01:00
parent 0d3f204acb
commit fbf4ada101

View File

@ -95,8 +95,8 @@ ShaderExample {
PlasmaCore.IconItem { PlasmaCore.IconItem {
id: iconItem id: iconItem
source: "plasma" source: "plasma"
width: 400 width: parent.width
height: 400 height: parent.height
// width: parent.height // width: parent.height
// height: width // height: width
anchors.centerIn: parent anchors.centerIn: parent