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