homescreens/halcyon: Ensure folder arrow icon is consistent size

This commit is contained in:
Devin Lin 2022-07-01 00:00:15 -04:00
parent 564c3f9e81
commit ab7d6aaedc

View file

@ -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'