From f4c8564f75cba4e9b089ef612eb17682caa4edae Mon Sep 17 00:00:00 2001 From: kirbylife Date: Tue, 2 Apr 2024 01:24:26 -0600 Subject: [PATCH] Fix irregular size of icons on the main grid --- qml/Main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/Main.qml b/qml/Main.qml index f0b5f5e..34a4c7a 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -49,6 +49,8 @@ Page { Image { anchors.centerIn: parent source: attrs.Icon + width: parent.width + height: width } onClicked: {