1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fix FormArrow enum on FormFolderDelegate

This commit is contained in:
Joshua Goins 2023-10-08 13:21:22 -04:00
parent 043b42892e
commit 2a9dd52224

View file

@ -52,7 +52,7 @@ FormCard.AbstractFormDelegate {
FormCard.FormArrow { FormCard.FormArrow {
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
direction: FormCard.FormArrow.Right direction: Qt.RightArrow
} }
} }