From ab7d6aaedcbf3d67d1c78f7b8ccad69a912ef71a Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Fri, 1 Jul 2022 00:00:15 -0400 Subject: [PATCH] homescreens/halcyon: Ensure folder arrow icon is consistent size --- .../halcyon/package/contents/ui/FavoritesAppDelegate.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml index b01df3d9..e9a790d8 100644 --- a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml +++ b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml @@ -173,10 +173,8 @@ MouseArea { Kirigami.Icon { Layout.alignment: Qt.AlignRight - Layout.minimumWidth: Layout.minimumHeight - Layout.preferredWidth: Layout.minimumHeight - Layout.minimumHeight: Math.round(parent.height * 0.5) - Layout.preferredHeight: Layout.minimumHeight + Layout.preferredWidth: Kirigami.Units.iconSizes.small + Layout.preferredHeight: Kirigami.Units.iconSizes.small isMask: true color: 'white'