remove hardcoded size
This commit is contained in:
parent
0d3f204acb
commit
fbf4ada101
@ -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…
x
Reference in New Issue
Block a user