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:
parent
043b42892e
commit
2a9dd52224
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue