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