Fix irregular size of icons on the main grid
parent
ab970dd485
commit
f4c8564f75
|
@ -49,6 +49,8 @@ Page {
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: attrs.Icon
|
source: attrs.Icon
|
||||||
|
width: parent.width
|
||||||
|
height: width
|
||||||
}
|
}
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in New Issue