mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/halcyon: Ensure folder arrow icon is consistent size
This commit is contained in:
parent
564c3f9e81
commit
ab7d6aaedc
1 changed files with 2 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue