fix(StatusBaseButton): Passed `icon.rotation` property to the icon component (#727)

This commit is contained in:
Igor Sirotin 2022-06-14 12:21:53 +03:00 committed by GitHub
parent d5df8b42a7
commit 1d618f72f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ Rectangle {
width: statusBaseButton.icon.width
height: statusBaseButton.icon.height
icon: statusBaseButton.icon.name
rotation: statusBaseButton.icon.rotation
anchors.verticalCenter: parent.verticalCenter
opacity: !loading && statusBaseButton.icon.name !== ""
visible: statusBaseButton.icon.name !== ""